#BEBA2D

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

Shades of Earls Green #BEBA2D

Tints of Earls Green #BEBA2D

Color information

#BEBA2D (or 0xBEBA2D) is unknown color: approx Earls Green. HEX triplet: BE, BA and 2D. RGB value is (190,186,45). Sum of RGB (Red+Green+Blue) = 190+186+45=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA2D is #4145D2. Grayscale: #ABABAB. Windows color (decimal): -4277715 or 2996926. OLE color: 2996926.

HSL color Cylindrical-coordinate representation of color #BEBA2D: hue angle of 58.34º degrees, saturation: 0.62, 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 #BEBA2D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19018645-
CMYK00.020.760.25
HSL58.34º61.7%46.08%-
HSV(B)58.34º76.32%74.51%-
XYZ39.2746.259.34-
YUV171.1256.83141.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 45 (17.97% from 255) = 10.69%
R=45.13%
G=44.18%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901864500.020.760.2558.3461.746.08
HexBEBA2D024C193a3e2e
Octal276272550211431727656
Binary1011111010111010101101010100110011001111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA2D; }

 p { color: rgb(190,186,45); }

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

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

 a { background-color: rgb(190,186,45); }

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

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

 span { border-color: rgb(190,186,45); }

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