Html Css Color HEX #BEAA0F Earls Green

📋 copy color: '#BEAA0F'

red 190 ◦ green 170 ◦ blue 15

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

Shades of Earls Green #BEAA0F

Tints of Earls Green #BEAA0F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 15 (6.25% from 255) = 4%

R = 50.67%
G = 45.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEAA0F (or 0xBEAA0F) is known color: Earls Green. HEX triplet: BE, AA and 0F. RGB value is (190,170,15). Sum of RGB (Red+Green+Blue) = 190+170+15=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAA0F is #4155F0. Grayscale: #9E9E9E. Windows color (decimal): -4281841 or 1026750. OLE color: 1026750.

HSL color Cylindrical-coordinate representation of color #BEAA0F: hue angle of 53.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEAA0F is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 170 15 -
CMYK 0 0.11 0.92 0.25
HSL 53.14º 0.85% 0.4% -
HSV(B) 53.14º 0.92% 0.75% -
XYZ 35.7 39.73 6.24 -
YUV 158.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 190 170 15 0 0.11 0.92 0.25 53.14 0.85 0.4
Hex BE AA F 0 B 5C 19 35 55 28
Octal 276 252 17 0 13 134 31 65 125 50
Binary 10111110 10101010 1111 0 1011 1011100 11001 110101 1010101 101000

Color Harmonies of #BEAA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA0F

Black with #BEAA0F

Text Example


Text Example

White with #BEAA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA0F; }

 p { color: rgb(190,170,15); }

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

background-color css

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

 a { background-color: rgb(190,170,15); }

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

border-color css

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

 span { border-color: rgb(190,170,15); }

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