Html Css Color HEX #BEAD2A Earls Green

📋 copy color: '#BEAD2A'

red 190 ◦ green 173 ◦ blue 42

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

Shades of Earls Green #BEAD2A

Tints of Earls Green #BEAD2A

RGB

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

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

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

R = 46.91%
G = 42.72%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEAD2A (or 0xBEAD2A) is known color: Earls Green. HEX triplet: BE, AD and 2A. RGB value is (190,173,42). Sum of RGB (Red+Green+Blue) = 190+173+42=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD2A is #4152D5. Grayscale: #A3A3A3. Windows color (decimal): -4281046 or 2796990. OLE color: 2796990.

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

Color convert

RGB 190 173 42 -
CMYK 0 0.09 0.78 0.25
HSL 53.11º 0.64% 0.45% -
HSV(B) 53.11º 0.78% 0.75% -
XYZ 36.6 41 8.18 -
YUV 163.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 190 173 42 0 0.09 0.78 0.25 53.11 0.64 0.45
Hex BE AD 2A 0 9 4E 19 35 40 2D
Octal 276 255 52 0 11 116 31 65 100 55
Binary 10111110 10101101 101010 0 1001 1001110 11001 110101 1000000 101101

Color Harmonies of #BEAD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD2A

Black with #BEAD2A

Text Example


Text Example

White with #BEAD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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