#BEBB78

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

Shades of Pine Glade #BEBB78

Tints of Pine Glade #BEBB78

Color information

#BEBB78 (or 0xBEBB78) is unknown color: approx Pine Glade. HEX triplet: BE, BB and 78. RGB value is (190,187,120). Sum of RGB (Red+Green+Blue) = 190+187+120=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB78 is #414487. Grayscale: #B4B4B4. Windows color (decimal): -4277384 or 7912382. OLE color: 7912382.

HSL color Cylindrical-coordinate representation of color #BEBB78: hue angle of 57.43º degrees, saturation: 0.35, 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 #BEBB78 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190187120-
CMYK00.020.370.25
HSL57.43º35%60.78%-
HSV(B)57.43º36.84%74.51%-
XYZ42.447.8424.77-
YUV180.2693.99134.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=38.23%
G=37.63%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018712000.020.370.2557.433560.78
HexBEBB7802251939233d
Octal276273170024531714375
Binary1011111010111011111100001010010111001111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB78; }

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

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

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

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

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

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

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

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