#BBBF78

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

Shades of Pine Glade #BBBF78

Tints of Pine Glade #BBBF78

Color information

#BBBF78 (or 0xBBBF78) is unknown color: approx Pine Glade. HEX triplet: BB, BF and 78. RGB value is (187,191,120). Sum of RGB (Red+Green+Blue) = 187+191+120=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF78 is #444087. Grayscale: #B5B5B5. Windows color (decimal): -4472968 or 7913403. OLE color: 7913403.

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

Color convert

RGB187191120-
CMYK0.0200.370.25
HSL63.38º35.68%60.98%-
HSV(B)63.38º37.17%74.9%-
XYZ42.5149.1825.02-
YUV181.7193.17131.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 120 (47.27% from 255) = 24.10%
R=37.55%
G=38.35%
B=24.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911200.0200.370.2563.3835.6860.98
HexBBBF782025193f243d
Octal273277170204531774475
Binary1011101110111111111100010010010111001111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF78; }

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

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

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

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

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

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

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

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