Html Css Color HEX #BEA72D Earls Green

📋 copy color: '#BEA72D'

red 190 ◦ green 167 ◦ blue 45

#BEA72D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BEA72D

Tints of Earls Green #BEA72D

RGB

 RED value IS 190 (74.61% from 255) = 47.26%

 GREEN value IS 167 (65.63% from 255) = 41.54%

 BLUE value IS 45 (17.97% from 255) = 11.19%

R = 47.26%
G = 41.54%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BEA72D (or 0xBEA72D) is known color: Earls Green. HEX triplet: BE, A7 and 2D. RGB value is (190,167,45). Sum of RGB (Red+Green+Blue) = 190+167+45=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA72D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA72D is #4158D2. Grayscale: #A0A0A0. Windows color (decimal): -4282579 or 2992062. OLE color: 2992062.

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

Color convert

RGB 190 167 45 -
CMYK 0 0.12 0.76 0.25
HSL 50.48º 0.62% 0.46% -
HSV(B) 50.48º 0.76% 0.75% -
XYZ 35.53 38.77 8.09 -
YUV 159.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 190 167 45 0 0.12 0.76 0.25 50.48 0.62 0.46
Hex BE A7 2D 0 C 4C 19 32 3E 2E
Octal 276 247 55 0 14 114 31 62 76 56
Binary 10111110 10100111 101101 0 1100 1001100 11001 110010 111110 101110

Color Harmonies of #BEA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA72D

Black with #BEA72D

Text Example


Text Example

White with #BEA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA72D; }

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

 H1.HeaderClassName
 {
   color: #BEA72D;
 }
 .AnyTagClassName
 {
   color: #BEA72D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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