Html Css Color HEX #BEAF32 Earls Green

📋 copy color: '#BEAF32'

red 190 ◦ green 175 ◦ blue 50

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

Shades of Earls Green #BEAF32

Tints of Earls Green #BEAF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.05%

R = 45.78%
G = 42.17%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEAF32 (or 0xBEAF32) is known color: Earls Green. HEX triplet: BE, AF and 32. RGB value is (190,175,50). Sum of RGB (Red+Green+Blue) = 190+175+50=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF32 is #4150CD. Grayscale: #A5A5A5. Windows color (decimal): -4280526 or 3321790. OLE color: 3321790.

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

Color convert

RGB 190 175 50 -
CMYK 0 0.08 0.74 0.25
HSL 53.57º 0.58% 0.47% -
HSV(B) 53.57º 0.74% 0.75% -
XYZ 37.14 41.84 9.14 -
YUV 165.24 62.97 145.66 -
System Red Green Blue C M Y K H S L
Decimal 190 175 50 0 0.08 0.74 0.25 53.57 0.58 0.47
Hex BE AF 32 0 8 4A 19 36 3A 2F
Octal 276 257 62 0 10 112 31 66 72 57
Binary 10111110 10101111 110010 0 1000 1001010 11001 110110 111010 101111

Color Harmonies of #BEAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF32

Black with #BEAF32

Text Example


Text Example

White with #BEAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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