Html Css Color HEX #BEAF16 Earls Green

📋 copy color: '#BEAF16'

red 190 ◦ green 175 ◦ blue 22

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

Shades of Earls Green #BEAF16

Tints of Earls Green #BEAF16

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.22%

 BLUE value IS 22 (8.98% from 255) = 5.68%

R = 49.1%
G = 45.22%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BEAF16 (or 0xBEAF16) is known color: Earls Green. HEX triplet: BE, AF and 16. RGB value is (190,175,22). Sum of RGB (Red+Green+Blue) = 190+175+22=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAF16 is #4150E9. Grayscale: #A2A2A2. Windows color (decimal): -4280554 or 1486782. OLE color: 1486782.

HSL color Cylindrical-coordinate representation of color #BEAF16: hue angle of 54.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEAF16 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 175 22 -
CMYK 0 0.08 0.88 0.25
HSL 54.64º 0.79% 0.42% -
HSV(B) 54.64º 0.88% 0.75% -
XYZ 36.71 41.67 6.87 -
YUV 162.04 48.97 147.94 -
System Red Green Blue C M Y K H S L
Decimal 190 175 22 0 0.08 0.88 0.25 54.64 0.79 0.42
Hex BE AF 16 0 8 58 19 37 4F 2A
Octal 276 257 26 0 10 130 31 67 117 52
Binary 10111110 10101111 10110 0 1000 1011000 11001 110111 1001111 101010

Color Harmonies of #BEAF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF16

Black with #BEAF16

Text Example


Text Example

White with #BEAF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF16; }

 p { color: rgb(190,175,22); }

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

background-color css

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

 a { background-color: rgb(190,175,22); }

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

border-color css

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

 span { border-color: rgb(190,175,22); }

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