Html Css Color HEX #BEAC32 Earls Green

📋 copy color: '#BEAC32'

red 190 ◦ green 172 ◦ blue 50

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

Shades of Earls Green #BEAC32

Tints of Earls Green #BEAC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.75%

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

R = 46.12%
G = 41.75%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEAC32 (or 0xBEAC32) is known color: Earls Green. HEX triplet: BE, AC and 32. RGB value is (190,172,50). Sum of RGB (Red+Green+Blue) = 190+172+50=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC32 is #4153CD. Grayscale: #A3A3A3. Windows color (decimal): -4281294 or 3321022. OLE color: 3321022.

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

Color convert

RGB 190 172 50 -
CMYK 0 0.09 0.74 0.25
HSL 52.29º 0.58% 0.47% -
HSV(B) 52.29º 0.74% 0.75% -
XYZ 36.56 40.68 8.94 -
YUV 163.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 190 172 50 0 0.09 0.74 0.25 52.29 0.58 0.47
Hex BE AC 32 0 9 4A 19 34 3A 2F
Octal 276 254 62 0 11 112 31 64 72 57
Binary 10111110 10101100 110010 0 1001 1001010 11001 110100 111010 101111

Color Harmonies of #BEAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC32

Black with #BEAC32

Text Example


Text Example

White with #BEAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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