#BBBF82

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

Shades of Pine Glade #BBBF82

Tints of Pine Glade #BBBF82

Color information

#BBBF82 (or 0xBBBF82) is unknown color: approx Pine Glade. HEX triplet: BB, BF and 82. RGB value is (187,191,130). Sum of RGB (Red+Green+Blue) = 187+191+130=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF82 is #44407D. Grayscale: #B7B7B7. Windows color (decimal): -4472958 or 8568763. OLE color: 8568763.

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

Color convert

RGB187191130-
CMYK0.0200.320.25
HSL63.93º32.28%62.94%-
HSV(B)63.93º31.94%74.9%-
XYZ43.1549.4428.39-
YUV182.8598.17130.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=36.81%
G=37.60%
B=25.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911300.0200.320.2563.9332.2862.94
HexBBBF8220201940203f
Octal2732772022040311004077
Binary101110111011111110000010100100000110011000000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF82; }

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

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

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

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

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

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

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

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