Html Css Color HEX #BBC576 Pine Glade

📋 copy color: '#BBC576'

red 187 ◦ green 197 ◦ blue 118

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

Shades of Pine Glade #BBC576

Tints of Pine Glade #BBC576

RGB

 RED value IS 187 (73.44% from 255) = 37.25%

 GREEN value IS 197 (77.34% from 255) = 39.24%

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

R = 37.25%
G = 39.24%
B = 23.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#BBC576 (or 0xBBC576) is known color: Pine Glade. HEX triplet: BB, C5 and 76. RGB value is (187,197,118). Sum of RGB (Red+Green+Blue) = 187+197+118=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC576 is #443A89. Grayscale: #B9B9B9. Windows color (decimal): -4471434 or 7783867. OLE color: 7783867.

HSL color Cylindrical-coordinate representation of color #BBC576: hue angle of 67.59º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBC576 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 118 -
CMYK 0.05 0 0.40 0.23
HSL 67.59º 0.41% 0.62% -
HSV(B) 67.59º 0.4% 0.77% -
XYZ 43.73 51.81 24.83 -
YUV 185 90.19 129.42 -
System Red Green Blue C M Y K H S L
Decimal 187 197 118 0.05 0 0.40 0.23 67.59 0.41 0.62
Hex BB C5 76 5 0 28 17 44 29 3E
Octal 273 305 166 5 0 50 27 104 51 76
Binary 10111011 11000101 1110110 101 0 101000 10111 1000100 101001 111110

Color Harmonies of #BBC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC576

Black with #BBC576

Text Example


Text Example

White with #BBC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC576; }

 p { color: rgb(187,197,118); }

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

background-color css

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

 a { background-color: rgb(187,197,118); }

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

border-color css

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

 span { border-color: rgb(187,197,118); }

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