#BEB02E

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

Shades of Earls Green #BEB02E

Tints of Earls Green #BEB02E

Color information

#BEB02E (or 0xBEB02E) is unknown color: approx Earls Green. HEX triplet: BE, B0 and 2E. RGB value is (190,176,46). Sum of RGB (Red+Green+Blue) = 190+176+46=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB02E is #414FD1. Grayscale: #A5A5A5. Windows color (decimal): -4280274 or 3059902. OLE color: 3059902.

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

Color convert

RGB19017646-
CMYK00.070.760.25
HSL54.17º61.02%46.27%-
HSV(B)54.17º75.79%74.51%-
XYZ37.2542.28.77-
YUV165.3760.64145.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 176 (69.14% from 255) = 42.72%
BLUE value IS 46 (18.36% from 255) = 11.17%
R=46.12%
G=42.72%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901764600.070.760.2554.1761.0246.27
HexBEB02E074C19363d2e
Octal276260560711431667556
Binary10111110101100001011100111100110011001110110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB02E; }

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

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

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

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

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

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

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

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