#BEBF8A

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

Shades of Pine Glade #BEBF8A

Tints of Pine Glade #BEBF8A

Color information

#BEBF8A (or 0xBEBF8A) is unknown color: approx Pine Glade. HEX triplet: BE, BF and 8A. RGB value is (190,191,138). Sum of RGB (Red+Green+Blue) = 190+191+138=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF8A is #414075. Grayscale: #B8B8B8. Windows color (decimal): -4276342 or 9093054. OLE color: 9093054.

HSL color Cylindrical-coordinate representation of color #BEBF8A: hue angle of 61.13º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEBF8A is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190191138-
CMYK0.0100.280.25
HSL61.13º29.28%64.51%-
HSV(B)61.13º27.75%74.9%-
XYZ44.4550.0431.36-
YUV184.66101.67131.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=36.61%
G=36.80%
B=26.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911380.0100.280.2561.1329.2864.51
HexBEBF8A101C193d1d41
Octal2762772121034317535101
Binary101111101011111110001010101110011001111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF8A; }

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

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

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

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

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

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

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

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