#BEB92B

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

Shades of Earls Green #BEB92B

Tints of Earls Green #BEB92B

Color information

#BEB92B (or 0xBEB92B) is unknown color: approx Earls Green. HEX triplet: BE, B9 and 2B. RGB value is (190,185,43). Sum of RGB (Red+Green+Blue) = 190+185+43=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB92B is #4146D4. Grayscale: #AAAAAA. Windows color (decimal): -4277973 or 2865598. OLE color: 2865598.

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

Color convert

RGB19018543-
CMYK00.030.770.25
HSL57.96º63.09%45.69%-
HSV(B)57.96º77.37%74.51%-
XYZ39.0245.829.07-
YUV170.3156.16142.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 185 (72.66% from 255) = 44.26%
BLUE value IS 43 (17.19% from 255) = 10.29%
R=45.45%
G=44.26%
B=10.29%

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
Decimal1901854300.030.770.2557.9663.0945.69
HexBEB92B034D193a3f2e
Octal276271530311531727756
Binary1011111010111001101011011100110111001111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB92B; }

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

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

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

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

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

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

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

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