#BBBD78

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

Shades of Pine Glade #BBBD78

Tints of Pine Glade #BBBD78

Color information

#BBBD78 (or 0xBBBD78) is unknown color: approx Pine Glade. HEX triplet: BB, BD and 78. RGB value is (187,189,120). Sum of RGB (Red+Green+Blue) = 187+189+120=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD78 is #444287. Grayscale: #B4B4B4. Windows color (decimal): -4473480 or 7912891. OLE color: 7912891.

HSL color Cylindrical-coordinate representation of color #BBBD78: hue angle of 61.74º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBBD78 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB187189120-
CMYK0.0100.370.26
HSL61.74º34.33%60.59%-
HSV(B)61.74º36.51%74.12%-
XYZ42.0848.3224.88-
YUV180.5493.84132.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 120 (47.27% from 255) = 24.19%
R=37.70%
G=38.10%
B=24.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891200.0100.370.2661.7434.3360.59
HexBBBD7810251A3e223d
Octal273275170104532764275
Binary101110111011110111110001010010111010111110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD78; }

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

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

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

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

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

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

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

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