Html Css Color HEX #BCCB77 Pine Glade

📋 copy color: '#BCCB77'

red 188 ◦ green 203 ◦ blue 119

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

Shades of Pine Glade #BCCB77

Tints of Pine Glade #BCCB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.33%

R = 36.86%
G = 39.8%
B = 23.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#BCCB77 (or 0xBCCB77) is known color: Pine Glade. HEX triplet: BC, CB and 77. RGB value is (188,203,119). Sum of RGB (Red+Green+Blue) = 188+203+119=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB77 is #433488. Grayscale: #BDBDBD. Windows color (decimal): -4404361 or 7850940. OLE color: 7850940.

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

Color convert

RGB 188 203 119 -
CMYK 0.07 0 0.41 0.20
HSL 70.71º 0.45% 0.63% -
HSV(B) 70.71º 0.41% 0.8% -
XYZ 45.42 54.74 25.62 -
YUV 188.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 188 203 119 0.07 0 0.41 0.20 70.71 0.45 0.63
Hex BC CB 77 7 0 29 14 47 2D 3F
Octal 274 313 167 7 0 51 24 107 55 77
Binary 10111100 11001011 1110111 111 0 101001 10100 1000111 101101 111111

Color Harmonies of #BCCB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB77

Black with #BCCB77

Text Example


Text Example

White with #BCCB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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