#BBC07F

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

Shades of Pine Glade #BBC07F

Tints of Pine Glade #BBC07F

Color information

#BBC07F (or 0xBBC07F) is unknown color: approx Pine Glade. HEX triplet: BB, C0 and 7F. RGB value is (187,192,127). Sum of RGB (Red+Green+Blue) = 187+192+127=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC07F is #443F80. Grayscale: #B7B7B7. Windows color (decimal): -4472705 or 8372411. OLE color: 8372411.

HSL color Cylindrical-coordinate representation of color #BBC07F: hue angle of 64.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBC07F is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB187192127-
CMYK0.0300.340.25
HSL64.62º34.03%62.55%-
HSV(B)64.62º33.85%75.29%-
XYZ43.1749.827.41-
YUV183.196.34130.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 127 (50% from 255) = 25.10%
R=36.96%
G=37.94%
B=25.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921270.0300.340.2564.6234.0362.55
HexBBC07F30221941223f
Octal2733001773042311014277
Binary10111011110000001111111110100010110011000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC07F; }

 p { color: rgb(187,192,127); }

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

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

 a { background-color: rgb(187,192,127); }

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

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

 span { border-color: rgb(187,192,127); }

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