Html Css Color HEX #C0A324 Earls Green

📋 copy color: '#C0A324'

red 192 ◦ green 163 ◦ blue 36

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

Shades of Earls Green #C0A324

Tints of Earls Green #C0A324

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

 BLUE value IS 36 (14.45% from 255) = 9.21%

R = 49.1%
G = 41.69%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C0A324 (or 0xC0A324) is known color: Earls Green. HEX triplet: C0, A3 and 24. RGB value is (192,163,36). Sum of RGB (Red+Green+Blue) = 192+163+36=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A324 is #3F5CDB. Grayscale: #9D9D9D. Windows color (decimal): -4152540 or 2401216. OLE color: 2401216.

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

Color convert

RGB 192 163 36 -
CMYK 0 0.15 0.81 0.25
HSL 48.85º 0.68% 0.45% -
HSV(B) 48.85º 0.81% 0.75% -
XYZ 35.15 37.53 7.06 -
YUV 157.19 59.61 152.83 -
System Red Green Blue C M Y K H S L
Decimal 192 163 36 0 0.15 0.81 0.25 48.85 0.68 0.45
Hex C0 A3 24 0 F 51 19 31 44 2D
Octal 300 243 44 0 17 121 31 61 104 55
Binary 11000000 10100011 100100 0 1111 1010001 11001 110001 1000100 101101

Color Harmonies of #C0A324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A324

Black with #C0A324

Text Example


Text Example

White with #C0A324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A324; }

 p { color: rgb(192,163,36); }

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

background-color css

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

 a { background-color: rgb(192,163,36); }

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

border-color css

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

 span { border-color: rgb(192,163,36); }

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