#BBBF71

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

Shades of Pine Glade #BBBF71

Tints of Pine Glade #BBBF71

Color information

#BBBF71 (or 0xBBBF71) is unknown color: approx Pine Glade. HEX triplet: BB, BF and 71. RGB value is (187,191,113). Sum of RGB (Red+Green+Blue) = 187+191+113=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF71 is #44408E. Grayscale: #B5B5B5. Windows color (decimal): -4472975 or 7454651. OLE color: 7454651.

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

Color convert

RGB187191113-
CMYK0.0200.410.25
HSL63.08º37.86%59.61%-
HSV(B)63.08º40.84%74.9%-
XYZ42.149.0222.87-
YUV180.9189.67132.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=38.09%
G=38.90%
B=23.01%

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
Decimal1871911130.0200.410.2563.0837.8659.61
HexBBBF712029193f263c
Octal273277161205131774674
Binary1011101110111111111000110010100111001111111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF71; }

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

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

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

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

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

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

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

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