Html Css Color HEX #C0AC1A Earls Green

📋 copy color: '#C0AC1A'

red 192 ◦ green 172 ◦ blue 26

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

Shades of Earls Green #C0AC1A

Tints of Earls Green #C0AC1A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

 BLUE value IS 26 (10.55% from 255) = 6.67%

R = 49.23%
G = 44.1%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0AC1A (or 0xC0AC1A) is known color: Earls Green. HEX triplet: C0, AC and 1A. RGB value is (192,172,26). Sum of RGB (Red+Green+Blue) = 192+172+26=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC1A is #3F53E5. Grayscale: #A1A1A1. Windows color (decimal): -4150246 or 1748160. OLE color: 1748160.

HSL color Cylindrical-coordinate representation of color #C0AC1A: hue angle of 52.77º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0AC1A is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 172 26 -
CMYK 0 0.10 0.86 0.25
HSL 52.77º 0.76% 0.43% -
HSV(B) 52.77º 0.86% 0.75% -
XYZ 36.68 40.79 6.92 -
YUV 161.34 51.63 149.87 -
System Red Green Blue C M Y K H S L
Decimal 192 172 26 0 0.10 0.86 0.25 52.77 0.76 0.43
Hex C0 AC 1A 0 A 56 19 35 4C 2B
Octal 300 254 32 0 12 126 31 65 114 53
Binary 11000000 10101100 11010 0 1010 1010110 11001 110101 1001100 101011

Color Harmonies of #C0AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC1A

Black with #C0AC1A

Text Example


Text Example

White with #C0AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC1A; }

 p { color: rgb(192,172,26); }

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

background-color css

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

 a { background-color: rgb(192,172,26); }

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

border-color css

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

 span { border-color: rgb(192,172,26); }

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