#BEBC7D

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

Shades of Pine Glade #BEBC7D

Tints of Pine Glade #BEBC7D

Color information

#BEBC7D (or 0xBEBC7D) is unknown color: approx Pine Glade. HEX triplet: BE, BC and 7D. RGB value is (190,188,125). Sum of RGB (Red+Green+Blue) = 190+188+125=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC7D is #414382. Grayscale: #B5B5B5. Windows color (decimal): -4277123 or 8240318. OLE color: 8240318.

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

Color convert

RGB190188125-
CMYK00.010.340.25
HSL58.15º33.33%61.76%-
HSV(B)58.15º34.21%74.51%-
XYZ42.9248.3926.48-
YUV181.4296.16134.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=37.77%
G=37.38%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018812500.010.340.2558.1533.3361.76
HexBEBC7D0122193a213e
Octal276274175014231724176
Binary101111101011110011111010110001011001111010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC7D; }

 p { color: rgb(190,188,125); }

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

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

 a { background-color: rgb(190,188,125); }

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

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

 span { border-color: rgb(190,188,125); }

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