#BBC36F

Color #BBC36F Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BBC36F

Tints of Pine Glade #BBC36F

Color information

#BBC36F (or 0xBBC36F) is unknown color: approx Pine Glade. HEX triplet: BB, C3 and 6F. RGB value is (187,195,111). Sum of RGB (Red+Green+Blue) = 187+195+111=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC36F is #443C90. Grayscale: #B7B7B7. Windows color (decimal): -4471953 or 7324603. OLE color: 7324603.

HSL color Cylindrical-coordinate representation of color #BBC36F: hue angle of 65.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC36F is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB187195111-
CMYK0.0400.430.24
HSL65.71º41.18%60%-
HSV(B)65.71º43.08%76.47%-
XYZ42.8850.7422.57-
YUV183.0387.35130.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=37.93%
G=39.55%
B=22.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951110.0400.430.2465.7141.1860
HexBBC36F402B1842293c
Octal2733031574053301025174
Binary101110111100001111011111000101011110001000010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC36F; }

 p { color: rgb(187,195,111); }

 H1.HeaderClassName
 {
   color: #BBC36F;
 }
 .AnyTagClassName
 {
   color: #BBC36F;
 }
</style>
background-color css

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

 a { background-color: rgb(187,195,111); }

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

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

 span { border-color: rgb(187,195,111); }

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