#BEB02A

Color #BEB02A Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BEB02A

Tints of Earls Green #BEB02A

Color information

#BEB02A (or 0xBEB02A) is unknown color: approx Earls Green. HEX triplet: BE, B0 and 2A. RGB value is (190,176,42). Sum of RGB (Red+Green+Blue) = 190+176+42=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB02A is #414FD5. Grayscale: #A5A5A5. Windows color (decimal): -4280278 or 2797758. OLE color: 2797758.

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

Color convert

RGB19017642-
CMYK00.070.780.25
HSL54.32º63.79%45.49%-
HSV(B)54.32º77.89%74.51%-
XYZ37.1842.168.37-
YUV164.9158.64145.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 42 (16.80% from 255) = 10.29%
R=46.57%
G=43.14%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901764200.070.780.2554.3263.7945.49
HexBEB02A074E1936402d
Octal2762605207116316610055
Binary101111101011000010101001111001110110011101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB02A; }

 p { color: rgb(190,176,42); }

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

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

 a { background-color: rgb(190,176,42); }

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

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

 span { border-color: rgb(190,176,42); }

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