#BEBF88

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

Shades of Pine Glade #BEBF88

Tints of Pine Glade #BEBF88

Color information

#BEBF88 (or 0xBEBF88) is unknown color: approx Pine Glade. HEX triplet: BE, BF and 88. RGB value is (190,191,136). Sum of RGB (Red+Green+Blue) = 190+191+136=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF88 is #414077. Grayscale: #B8B8B8. Windows color (decimal): -4276344 or 8961982. OLE color: 8961982.

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

Color convert

RGB190191136-
CMYK0.0100.290.25
HSL61.09º30.05%64.12%-
HSV(B)61.09º28.8%74.9%-
XYZ44.3149.9930.61-
YUV184.43100.67131.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=36.75%
G=36.94%
B=26.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911360.0100.290.2561.0930.0564.12
HexBEBF88101D193d1e40
Octal2762772101035317536100
Binary101111101011111110001000101110111001111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF88; }

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

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

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

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

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

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

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

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