Html Css Color HEX #BEAD32 Earls Green

📋 copy color: '#BEAD32'

red 190 ◦ green 173 ◦ blue 50

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

Shades of Earls Green #BEAD32

Tints of Earls Green #BEAD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.89%

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

R = 46%
G = 41.89%
B = 12.11%

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

#BEAD32 (or 0xBEAD32) is known color: Earls Green. HEX triplet: BE, AD and 32. RGB value is (190,173,50). Sum of RGB (Red+Green+Blue) = 190+173+50=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD32 is #4152CD. Grayscale: #A4A4A4. Windows color (decimal): -4281038 or 3321278. OLE color: 3321278.

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

Color convert

RGB 190 173 50 -
CMYK 0 0.09 0.74 0.25
HSL 52.71º 0.58% 0.47% -
HSV(B) 52.71º 0.74% 0.75% -
XYZ 36.75 41.06 9.01 -
YUV 164.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 190 173 50 0 0.09 0.74 0.25 52.71 0.58 0.47
Hex BE AD 32 0 9 4A 19 35 3A 2F
Octal 276 255 62 0 11 112 31 65 72 57
Binary 10111110 10101101 110010 0 1001 1001010 11001 110101 111010 101111

Color Harmonies of #BEAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD32

Black with #BEAD32

Text Example


Text Example

White with #BEAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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