Html Css Color HEX #BEAD11 Earls Green

📋 copy color: '#BEAD11'

red 190 ◦ green 173 ◦ blue 17

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

Shades of Earls Green #BEAD11

Tints of Earls Green #BEAD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 50%
G = 45.53%
B = 4.47%

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

#BEAD11 (or 0xBEAD11) is known color: Earls Green. HEX triplet: BE, AD and 11. RGB value is (190,173,17). Sum of RGB (Red+Green+Blue) = 190+173+17=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAD11 is #4152EE. Grayscale: #A0A0A0. Windows color (decimal): -4281071 or 1158590. OLE color: 1158590.

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

Color convert

RGB 190 173 17 -
CMYK 0 0.09 0.91 0.25
HSL 54.1º 0.84% 0.41% -
HSV(B) 54.1º 0.91% 0.75% -
XYZ 36.28 40.87 6.51 -
YUV 160.3 47.13 149.18 -
System Red Green Blue C M Y K H S L
Decimal 190 173 17 0 0.09 0.91 0.25 54.1 0.84 0.41
Hex BE AD 11 0 9 5B 19 36 54 29
Octal 276 255 21 0 11 133 31 66 124 51
Binary 10111110 10101101 10001 0 1001 1011011 11001 110110 1010100 101001

Color Harmonies of #BEAD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD11

Black with #BEAD11

Text Example


Text Example

White with #BEAD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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