#BBBC75

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

Shades of Pine Glade #BBBC75

Tints of Pine Glade #BBBC75

Color information

#BBBC75 (or 0xBBBC75) is unknown color: approx Pine Glade. HEX triplet: BB, BC and 75. RGB value is (187,188,117). Sum of RGB (Red+Green+Blue) = 187+188+117=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBC75 is #44438A. Grayscale: #B3B3B3. Windows color (decimal): -4473739 or 7716027. OLE color: 7716027.

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

Color convert

RGB187188117-
CMYK0.0100.380.26
HSL60.85º34.63%59.8%-
HSV(B)60.85º37.77%73.73%-
XYZ41.6947.8223.86-
YUV179.6192.67133.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=38.01%
G=38.21%
B=23.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881170.0100.380.2660.8534.6359.8
HexBBBC7510261A3d233c
Octal273274165104632754374
Binary101110111011110011101011010011011010111101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBC75; }

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

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

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

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

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

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

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

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