#BBBF70

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

Shades of Pine Glade #BBBF70

Tints of Pine Glade #BBBF70

Color information

#BBBF70 (or 0xBBBF70) is unknown color: approx Pine Glade. HEX triplet: BB, BF and 70. RGB value is (187,191,112). Sum of RGB (Red+Green+Blue) = 187+191+112=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF70 is #44408F. Grayscale: #B5B5B5. Windows color (decimal): -4472976 or 7389115. OLE color: 7389115.

HSL color Cylindrical-coordinate representation of color #BBBF70: hue angle of 63.04º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBBF70 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB187191112-
CMYK0.0200.410.25
HSL63.04º38.16%59.41%-
HSV(B)63.04º41.36%74.9%-
XYZ42.054922.57-
YUV180.889.17132.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 112 (44.14% from 255) = 22.86%
R=38.16%
G=38.98%
B=22.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911120.0200.410.2563.0438.1659.41
HexBBBF702029193f263b
Octal273277160205131774673
Binary1011101110111111111000010010100111001111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF70; }

 p { color: rgb(187,191,112); }

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

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

 a { background-color: rgb(187,191,112); }

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

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

 span { border-color: rgb(187,191,112); }

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