Html Css Color HEX #C0A325 Earls Green

📋 copy color: '#C0A325'

red 192 ◦ green 163 ◦ blue 37

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

Shades of Earls Green #C0A325

Tints of Earls Green #C0A325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.44%

R = 48.98%
G = 41.58%
B = 9.44%

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

#C0A325 (or 0xC0A325) is known color: Earls Green. HEX triplet: C0, A3 and 25. RGB value is (192,163,37). Sum of RGB (Red+Green+Blue) = 192+163+37=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A325 is #3F5CDA. Grayscale: #9D9D9D. Windows color (decimal): -4152539 or 2466752. OLE color: 2466752.

HSL color Cylindrical-coordinate representation of color #C0A325: hue angle of 48.77º 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 #C0A325 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 37 -
CMYK 0 0.15 0.81 0.25
HSL 48.77º 0.68% 0.45% -
HSV(B) 48.77º 0.81% 0.75% -
XYZ 35.17 37.53 7.14 -
YUV 157.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 192 163 37 0 0.15 0.81 0.25 48.77 0.68 0.45
Hex C0 A3 25 0 F 51 19 31 44 2D
Octal 300 243 45 0 17 121 31 61 104 55
Binary 11000000 10100011 100101 0 1111 1010001 11001 110001 1000100 101101

Color Harmonies of #C0A325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A325

Black with #C0A325

Text Example


Text Example

White with #C0A325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A325; }

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

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

background-color css

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

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

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

border-color css

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

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

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