Html Css Color HEX #BEA72A Earls Green

📋 copy color: '#BEA72A'

red 190 ◦ green 167 ◦ blue 42

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

Shades of Earls Green #BEA72A

Tints of Earls Green #BEA72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.53%

R = 47.62%
G = 41.85%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEA72A (or 0xBEA72A) is known color: Earls Green. HEX triplet: BE, A7 and 2A. RGB value is (190,167,42). Sum of RGB (Red+Green+Blue) = 190+167+42=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA72A is #4158D5. Grayscale: #A0A0A0. Windows color (decimal): -4282582 or 2795454. OLE color: 2795454.

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

Color convert

RGB 190 167 42 -
CMYK 0 0.12 0.78 0.25
HSL 50.68º 0.64% 0.45% -
HSV(B) 50.68º 0.78% 0.75% -
XYZ 35.47 38.75 7.8 -
YUV 159.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 190 167 42 0 0.12 0.78 0.25 50.68 0.64 0.45
Hex BE A7 2A 0 C 4E 19 33 40 2D
Octal 276 247 52 0 14 116 31 63 100 55
Binary 10111110 10100111 101010 0 1100 1001110 11001 110011 1000000 101101

Color Harmonies of #BEA72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA72A

Black with #BEA72A

Text Example


Text Example

White with #BEA72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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