Html Css Color HEX #C0A42C Earls Green

📋 copy color: '#C0A42C'

red 192 ◦ green 164 ◦ blue 44

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

Shades of Earls Green #C0A42C

Tints of Earls Green #C0A42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

 BLUE value IS 44 (17.58% from 255) = 11%

R = 48%
G = 41%
B = 11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0A42C (or 0xC0A42C) is known color: Earls Green. HEX triplet: C0, A4 and 2C. RGB value is (192,164,44). Sum of RGB (Red+Green+Blue) = 192+164+44=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A42C is #3F5BD3. Grayscale: #9F9F9F. Windows color (decimal): -4152276 or 2925760. OLE color: 2925760.

HSL color Cylindrical-coordinate representation of color #C0A42C: hue angle of 48.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0A42C is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 44 -
CMYK 0 0.15 0.77 0.25
HSL 48.65º 0.63% 0.46% -
HSV(B) 48.65º 0.77% 0.75% -
XYZ 35.47 37.94 7.84 -
YUV 158.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 192 164 44 0 0.15 0.77 0.25 48.65 0.63 0.46
Hex C0 A4 2C 0 F 4D 19 31 3F 2E
Octal 300 244 54 0 17 115 31 61 77 56
Binary 11000000 10100100 101100 0 1111 1001101 11001 110001 111111 101110

Color Harmonies of #C0A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A42C

Black with #C0A42C

Text Example


Text Example

White with #C0A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A42C; }

 p { color: rgb(192,164,44); }

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

background-color css

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

 a { background-color: rgb(192,164,44); }

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

border-color css

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

 span { border-color: rgb(192,164,44); }

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