Html Css Color HEX #C0A429 Earls Green

📋 copy color: '#C0A429'

red 192 ◦ green 164 ◦ blue 41

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

Shades of Earls Green #C0A429

Tints of Earls Green #C0A429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.33%

R = 48.36%
G = 41.31%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0A429 (or 0xC0A429) is known color: Earls Green. HEX triplet: C0, A4 and 29. RGB value is (192,164,41). Sum of RGB (Red+Green+Blue) = 192+164+41=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A429 is #3F5BD6. Grayscale: #9E9E9E. Windows color (decimal): -4152279 or 2729152. OLE color: 2729152.

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

Color convert

RGB 192 164 41 -
CMYK 0 0.15 0.79 0.25
HSL 48.87º 0.65% 0.46% -
HSV(B) 48.87º 0.79% 0.75% -
XYZ 35.41 37.92 7.55 -
YUV 158.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 192 164 41 0 0.15 0.79 0.25 48.87 0.65 0.46
Hex C0 A4 29 0 F 4F 19 31 41 2E
Octal 300 244 51 0 17 117 31 61 101 56
Binary 11000000 10100100 101001 0 1111 1001111 11001 110001 1000001 101110

Color Harmonies of #C0A429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A429

Black with #C0A429

Text Example


Text Example

White with #C0A429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A429; }

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

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

background-color css

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

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

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

border-color css

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

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

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