#BEBF73

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

Shades of Pine Glade #BEBF73

Tints of Pine Glade #BEBF73

Color information

#BEBF73 (or 0xBEBF73) is unknown color: approx Pine Glade. HEX triplet: BE, BF and 73. RGB value is (190,191,115). Sum of RGB (Red+Green+Blue) = 190+191+115=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBF73 is #41408C. Grayscale: #B6B6B6. Windows color (decimal): -4276365 or 7585726. OLE color: 7585726.

HSL color Cylindrical-coordinate representation of color #BEBF73: hue angle of 60.79º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEBF73 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190191115-
CMYK0.0100.400.25
HSL60.79º37.25%60%-
HSV(B)60.79º39.79%74.9%-
XYZ42.9649.4523.5-
YUV182.0490.17133.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 115 (45.31% from 255) = 23.19%
R=38.31%
G=38.51%
B=23.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911150.0100.400.2560.7937.2560
HexBEBF731028193d253c
Octal276277163105031754574
Binary101111101011111111100111010100011001111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF73; }

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

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

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

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

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

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

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

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