#BEB82B

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

Shades of Earls Green #BEB82B

Tints of Earls Green #BEB82B

Color information

#BEB82B (or 0xBEB82B) is unknown color: approx Earls Green. HEX triplet: BE, B8 and 2B. RGB value is (190,184,43). Sum of RGB (Red+Green+Blue) = 190+184+43=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB82B is #4147D4. Grayscale: #AAAAAA. Windows color (decimal): -4278229 or 2865342. OLE color: 2865342.

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

Color convert

RGB19018443-
CMYK00.030.770.25
HSL57.55º63.09%45.69%-
HSV(B)57.55º77.37%74.51%-
XYZ38.8145.49-
YUV169.7256.49142.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 43 (17.19% from 255) = 10.31%
R=45.56%
G=44.12%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901844300.030.770.2557.5563.0945.69
HexBEB82B034D193a3f2e
Octal276270530311531727756
Binary1011111010111000101011011100110111001111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB82B; }

 p { color: rgb(190,184,43); }

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

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

 a { background-color: rgb(190,184,43); }

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

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

 span { border-color: rgb(190,184,43); }

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