#BEB22A

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

Shades of Earls Green #BEB22A

Tints of Earls Green #BEB22A

Color information

#BEB22A (or 0xBEB22A) is unknown color: approx Earls Green. HEX triplet: BE, B2 and 2A. RGB value is (190,178,42). Sum of RGB (Red+Green+Blue) = 190+178+42=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB22A is #414DD5. Grayscale: #A6A6A6. Windows color (decimal): -4279766 or 2798270. OLE color: 2798270.

HSL color Cylindrical-coordinate representation of color #BEB22A: hue angle of 55.14º 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 #BEB22A is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19017842-
CMYK00.060.780.25
HSL55.14º63.79%45.49%-
HSV(B)55.14º77.89%74.51%-
XYZ37.5742.968.5-
YUV166.0857.98145.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 178 (69.92% from 255) = 43.41%
BLUE value IS 42 (16.80% from 255) = 10.24%
R=46.34%
G=43.41%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901784200.060.780.2555.1463.7945.49
HexBEB22A064E1937402d
Octal2762625206116316710055
Binary101111101011001010101001101001110110011101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB22A; }

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

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

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

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

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

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

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

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