#BBBE74

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

Shades of Pine Glade #BBBE74

Tints of Pine Glade #BBBE74

Color information

#BBBE74 (or 0xBBBE74) is unknown color: approx Pine Glade. HEX triplet: BB, BE and 74. RGB value is (187,190,116). Sum of RGB (Red+Green+Blue) = 187+190+116=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE74 is #44418B. Grayscale: #B4B4B4. Windows color (decimal): -4473228 or 7651003. OLE color: 7651003.

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

Color convert

RGB187190116-
CMYK0.0200.390.25
HSL62.43º36.27%60%-
HSV(B)62.43º38.95%74.51%-
XYZ42.0648.6523.7-
YUV180.6791.51132.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=37.93%
G=38.54%
B=23.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901160.0200.390.2562.4336.2760
HexBBBE742027193e243c
Octal273276164204731764474
Binary1011101110111110111010010010011111001111110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE74; }

 p { color: rgb(187,190,116); }

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

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

 a { background-color: rgb(187,190,116); }

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

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

 span { border-color: rgb(187,190,116); }

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