#BEBF78

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

Shades of Pine Glade #BEBF78

Tints of Pine Glade #BEBF78

Color information

#BEBF78 (or 0xBEBF78) is unknown color: approx Pine Glade. HEX triplet: BE, BF and 78. RGB value is (190,191,120). Sum of RGB (Red+Green+Blue) = 190+191+120=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBF78 is #414087. Grayscale: #B6B6B6. Windows color (decimal): -4276360 or 7913406. OLE color: 7913406.

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

Color convert

RGB190191120-
CMYK0.0100.370.25
HSL60.85º35.68%60.98%-
HSV(B)60.85º37.17%74.9%-
XYZ43.2649.5625.06-
YUV182.6192.67133.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=37.92%
G=38.12%
B=23.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911200.0100.370.2560.8535.6860.98
HexBEBF781025193d243d
Octal276277170104531754475
Binary101111101011111111110001010010111001111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF78; }

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

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

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

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

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

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

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

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