Html Css Color HEX #BEAF2A Earls Green

📋 copy color: '#BEAF2A'

red 190 ◦ green 175 ◦ blue 42

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

Shades of Earls Green #BEAF2A

Tints of Earls Green #BEAF2A

RGB

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

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

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

R = 46.68%
G = 43%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEAF2A (or 0xBEAF2A) is known color: Earls Green. HEX triplet: BE, AF and 2A. RGB value is (190,175,42). Sum of RGB (Red+Green+Blue) = 190+175+42=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF2A is #4150D5. Grayscale: #A4A4A4. Windows color (decimal): -4280534 or 2797502. OLE color: 2797502.

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

Color convert

RGB 190 175 42 -
CMYK 0 0.08 0.78 0.25
HSL 53.92º 0.64% 0.45% -
HSV(B) 53.92º 0.78% 0.75% -
XYZ 36.98 41.77 8.3 -
YUV 164.32 58.97 146.31 -
System Red Green Blue C M Y K H S L
Decimal 190 175 42 0 0.08 0.78 0.25 53.92 0.64 0.45
Hex BE AF 2A 0 8 4E 19 36 40 2D
Octal 276 257 52 0 10 116 31 66 100 55
Binary 10111110 10101111 101010 0 1000 1001110 11001 110110 1000000 101101

Color Harmonies of #BEAF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF2A

Black with #BEAF2A

Text Example


Text Example

White with #BEAF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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