#BEA71D

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

Shades of Earls Green #BEA71D

Tints of Earls Green #BEA71D

Color information

#BEA71D (or 0xBEA71D) is unknown color: approx Earls Green. HEX triplet: BE, A7 and 1D. RGB value is (190,167,29). Sum of RGB (Red+Green+Blue) = 190+167+29=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA71D is #4158E2. Grayscale: #9E9E9E. Windows color (decimal): -4282595 or 1943486. OLE color: 1943486.

HSL color Cylindrical-coordinate representation of color #BEA71D: hue angle of 51.43º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEA71D is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19016729-
CMYK00.120.850.25
HSL51.43º73.52%42.94%-
HSV(B)51.43º84.74%74.51%-
XYZ35.2838.676.77-
YUV158.1555.12150.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 167 (65.62% from 255) = 43.26%
BLUE value IS 29 (11.72% from 255) = 7.51%
R=49.22%
G=43.26%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901672900.120.850.2551.4373.5242.94
HexBEA71D0C5519334a2b
Octal27624735014125316311253
Binary101111101010011111101011001010101110011100111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA71D; }

 p { color: rgb(190,167,29); }

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

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

 a { background-color: rgb(190,167,29); }

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

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

 span { border-color: rgb(190,167,29); }

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