#BBBC7B

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

Shades of Pine Glade #BBBC7B

Tints of Pine Glade #BBBC7B

Color information

#BBBC7B (or 0xBBBC7B) is unknown color: approx Pine Glade. HEX triplet: BB, BC and 7B. RGB value is (187,188,123). Sum of RGB (Red+Green+Blue) = 187+188+123=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC7B is #444384. Grayscale: #B4B4B4. Windows color (decimal): -4473733 or 8109243. OLE color: 8109243.

HSL color Cylindrical-coordinate representation of color #BBBC7B: hue angle of 60.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBBC7B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB187188123-
CMYK0.0100.350.26
HSL60.92º32.66%60.98%-
HSV(B)60.92º34.57%73.73%-
XYZ42.0547.9625.78-
YUV180.2995.67132.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 123 (48.44% from 255) = 24.70%
R=37.55%
G=37.75%
B=24.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881230.0100.350.2660.9232.6660.98
HexBBBC7B10231A3d213d
Octal273274173104332754175
Binary101110111011110011110111010001111010111101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBC7B; }

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

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

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

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

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

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

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

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