#BEBF7E

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

Shades of Pine Glade #BEBF7E

Tints of Pine Glade #BEBF7E

Color information

#BEBF7E (or 0xBEBF7E) is unknown color: approx Pine Glade. HEX triplet: BE, BF and 7E. RGB value is (190,191,126). Sum of RGB (Red+Green+Blue) = 190+191+126=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBF7E is #414081. Grayscale: #B7B7B7. Windows color (decimal): -4276354 or 8306622. OLE color: 8306622.

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

Color convert

RGB190191126-
CMYK0.0100.340.25
HSL60.92º33.68%62.16%-
HSV(B)60.92º34.03%74.9%-
XYZ43.6349.7227.03-
YUV183.2995.67132.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=37.48%
G=37.67%
B=24.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911260.0100.340.2560.9233.6862.16
HexBEBF7E1022193d223e
Octal276277176104231754276
Binary101111101011111111111101010001011001111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF7E; }

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

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

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

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

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

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

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

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