Html Css Color HEX #BCC29D Green Mist

📋 copy color: '#BCC29D'

red 188 ◦ green 194 ◦ blue 157

#BCC29D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BCC29D

Tints of Green Mist #BCC29D

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

 GREEN value IS 194 (76.17% from 255) = 35.99%

 BLUE value IS 157 (61.72% from 255) = 29.13%

R = 34.88%
G = 35.99%
B = 29.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCC29D (or 0xBCC29D) is known color: Green Mist. HEX triplet: BC, C2 and 9D. RGB value is (188,194,157). Sum of RGB (Red+Green+Blue) = 188+194+157=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC29D is #433D62. Grayscale: #BCBCBC. Windows color (decimal): -4406627 or 10339004. OLE color: 10339004.

HSL color Cylindrical-coordinate representation of color #BCC29D: hue angle of 69.73º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC29D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 157 -
CMYK 0.03 0 0.19 0.24
HSL 69.73º 0.23% 0.69% -
HSV(B) 69.73º 0.19% 0.76% -
XYZ 46.12 51.71 39.45 -
YUV 187.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 188 194 157 0.03 0 0.19 0.24 69.73 0.23 0.69
Hex BC C2 9D 3 0 13 18 46 17 45
Octal 274 302 235 3 0 23 30 106 27 105
Binary 10111100 11000010 10011101 11 0 10011 11000 1000110 10111 1000101

Color Harmonies of #BCC29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC29D

Black with #BCC29D

Text Example


Text Example

White with #BCC29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC29D; }

 p { color: rgb(188,194,157); }

 H1.HeaderClassName
 {
   color: #BCC29D;
 }
 .AnyTagClassName
 {
   color: #BCC29D;
 }
</style>

background-color css

<style>
 a { background-color: #BCC29D; }

 a { background-color: rgb(188,194,157); }

 div.DivClassName
 {
   background-color: #BCC29D;
 }
 .BgClassName
 {
   background-color: #BCC29D;
 }
</style>

border-color css

<style>
 span { border-color: #BCC29D; }

 span { border-color: rgb(188,194,157); }

 td.TdClassName
 {
   border-color: #BCC29D;
 }
 .TagClassName
 {
   border-color: #BCC29D;
 }
</style>