Html Css Color HEX #BCCB76 Pine Glade

📋 copy color: '#BCCB76'

red 188 ◦ green 203 ◦ blue 118

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

Shades of Pine Glade #BCCB76

Tints of Pine Glade #BCCB76

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.88%

 BLUE value IS 118 (46.48% from 255) = 23.18%

R = 36.94%
G = 39.88%
B = 23.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#BCCB76 (or 0xBCCB76) is known color: Pine Glade. HEX triplet: BC, CB and 76. RGB value is (188,203,118). Sum of RGB (Red+Green+Blue) = 188+203+118=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB76 is #433489. Grayscale: #BDBDBD. Windows color (decimal): -4404362 or 7785404. OLE color: 7785404.

HSL color Cylindrical-coordinate representation of color #BCCB76: hue angle of 70.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCCB76 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 118 -
CMYK 0.07 0 0.42 0.20
HSL 70.59º 0.45% 0.63% -
HSV(B) 70.59º 0.42% 0.8% -
XYZ 45.36 54.71 25.31 -
YUV 188.83 88.03 127.41 -
System Red Green Blue C M Y K H S L
Decimal 188 203 118 0.07 0 0.42 0.20 70.59 0.45 0.63
Hex BC CB 76 7 0 2A 14 47 2D 3F
Octal 274 313 166 7 0 52 24 107 55 77
Binary 10111100 11001011 1110110 111 0 101010 10100 1000111 101101 111111

Color Harmonies of #BCCB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB76

Black with #BCCB76

Text Example


Text Example

White with #BCCB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB76; }

 p { color: rgb(188,203,118); }

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

background-color css

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

 a { background-color: rgb(188,203,118); }

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

border-color css

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

 span { border-color: rgb(188,203,118); }

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