Html Css Color HEX #BEAF20 Earls Green

📋 copy color: '#BEAF20'

red 190 ◦ green 175 ◦ blue 32

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

Shades of Earls Green #BEAF20

Tints of Earls Green #BEAF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.08%

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 47.86%
G = 44.08%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEAF20 (or 0xBEAF20) is known color: Earls Green. HEX triplet: BE, AF and 20. RGB value is (190,175,32). Sum of RGB (Red+Green+Blue) = 190+175+32=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF20 is #4150DF. Grayscale: #A3A3A3. Windows color (decimal): -4280544 or 2142142. OLE color: 2142142.

HSL color Cylindrical-coordinate representation of color #BEAF20: hue angle of 54.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEAF20 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 175 32 -
CMYK 0 0.08 0.83 0.25
HSL 54.3º 0.71% 0.44% -
HSV(B) 54.3º 0.83% 0.75% -
XYZ 36.83 41.71 7.48 -
YUV 163.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 190 175 32 0 0.08 0.83 0.25 54.3 0.71 0.44
Hex BE AF 20 0 8 53 19 36 47 2C
Octal 276 257 40 0 10 123 31 66 107 54
Binary 10111110 10101111 100000 0 1000 1010011 11001 110110 1000111 101100

Color Harmonies of #BEAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF20

Black with #BEAF20

Text Example


Text Example

White with #BEAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF20; }

 p { color: rgb(190,175,32); }

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

background-color css

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

 a { background-color: rgb(190,175,32); }

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

border-color css

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

 span { border-color: rgb(190,175,32); }

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