#BBC07B

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

Shades of Pine Glade #BBC07B

Tints of Pine Glade #BBC07B

Color information

#BBC07B (or 0xBBC07B) is unknown color: approx Pine Glade. HEX triplet: BB, C0 and 7B. RGB value is (187,192,123). Sum of RGB (Red+Green+Blue) = 187+192+123=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC07B is #443F84. Grayscale: #B6B6B6. Windows color (decimal): -4472709 or 8110267. OLE color: 8110267.

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

Color convert

RGB187192123-
CMYK0.0300.360.25
HSL64.35º35.38%61.76%-
HSV(B)64.35º35.94%75.29%-
XYZ42.9249.6926.07-
YUV182.6494.34131.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 123 (48.44% from 255) = 24.50%
R=37.25%
G=38.25%
B=24.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921230.0300.360.2564.3535.3861.76
HexBBC07B30241940233e
Octal2733001733044311004376
Binary10111011110000001111011110100100110011000000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC07B; }

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

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

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

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

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

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

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

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