Html Css Color HEX #BEAD12 Earls Green

📋 copy color: '#BEAD12'

red 190 ◦ green 173 ◦ blue 18

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

Shades of Earls Green #BEAD12

Tints of Earls Green #BEAD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 49.87%
G = 45.41%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEAD12 (or 0xBEAD12) is known color: Earls Green. HEX triplet: BE, AD and 12. RGB value is (190,173,18). Sum of RGB (Red+Green+Blue) = 190+173+18=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAD12 is #4152ED. Grayscale: #A1A1A1. Windows color (decimal): -4281070 or 1224126. OLE color: 1224126.

HSL color Cylindrical-coordinate representation of color #BEAD12: hue angle of 54.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEAD12 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 173 18 -
CMYK 0 0.09 0.91 0.25
HSL 54.07º 0.83% 0.41% -
HSV(B) 54.07º 0.91% 0.75% -
XYZ 36.29 40.88 6.55 -
YUV 160.41 47.63 149.1 -
System Red Green Blue C M Y K H S L
Decimal 190 173 18 0 0.09 0.91 0.25 54.07 0.83 0.41
Hex BE AD 12 0 9 5B 19 36 53 29
Octal 276 255 22 0 11 133 31 66 123 51
Binary 10111110 10101101 10010 0 1001 1011011 11001 110110 1010011 101001

Color Harmonies of #BEAD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD12

Black with #BEAD12

Text Example


Text Example

White with #BEAD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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