Html Css Color HEX #C0AE14 Earls Green

📋 copy color: '#C0AE14'

red 192 ◦ green 174 ◦ blue 20

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

Shades of Earls Green #C0AE14

Tints of Earls Green #C0AE14

RGB

 RED value IS 192 (75.39% from 255) = 49.74%

 GREEN value IS 174 (68.36% from 255) = 45.08%

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 49.74%
G = 45.08%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C0AE14 (or 0xC0AE14) is known color: Earls Green. HEX triplet: C0, AE and 14. RGB value is (192,174,20). Sum of RGB (Red+Green+Blue) = 192+174+20=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AE14 is #3F51EB. Grayscale: #A2A2A2. Windows color (decimal): -4149740 or 1355456. OLE color: 1355456.

HSL color Cylindrical-coordinate representation of color #C0AE14: hue angle of 53.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0AE14 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 20 -
CMYK 0 0.09 0.90 0.25
HSL 53.72º 0.81% 0.42% -
HSV(B) 53.72º 0.9% 0.75% -
XYZ 37 41.53 6.73 -
YUV 161.83 47.96 149.52 -
System Red Green Blue C M Y K H S L
Decimal 192 174 20 0 0.09 0.90 0.25 53.72 0.81 0.42
Hex C0 AE 14 0 9 5A 19 36 51 2A
Octal 300 256 24 0 11 132 31 66 121 52
Binary 11000000 10101110 10100 0 1001 1011010 11001 110110 1010001 101010

Color Harmonies of #C0AE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE14

Black with #C0AE14

Text Example


Text Example

White with #C0AE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE14; }

 p { color: rgb(192,174,20); }

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

background-color css

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

 a { background-color: rgb(192,174,20); }

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

border-color css

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

 span { border-color: rgb(192,174,20); }

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