Html Css Color HEX #C0A521 Earls Green

📋 copy color: '#C0A521'

red 192 ◦ green 165 ◦ blue 33

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

Shades of Earls Green #C0A521

Tints of Earls Green #C0A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 33 (13.28% from 255) = 8.46%

R = 49.23%
G = 42.31%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0A521 (or 0xC0A521) is known color: Earls Green. HEX triplet: C0, A5 and 21. RGB value is (192,165,33). Sum of RGB (Red+Green+Blue) = 192+165+33=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A521 is #3F5ADE. Grayscale: #9E9E9E. Windows color (decimal): -4152031 or 2205120. OLE color: 2205120.

HSL color Cylindrical-coordinate representation of color #C0A521: hue angle of 49.81º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0A521 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 33 -
CMYK 0 0.14 0.83 0.25
HSL 49.81º 0.71% 0.44% -
HSV(B) 49.81º 0.83% 0.75% -
XYZ 35.47 38.23 6.95 -
YUV 158.03 57.45 152.23 -
System Red Green Blue C M Y K H S L
Decimal 192 165 33 0 0.14 0.83 0.25 49.81 0.71 0.44
Hex C0 A5 21 0 E 53 19 32 47 2C
Octal 300 245 41 0 16 123 31 62 107 54
Binary 11000000 10100101 100001 0 1110 1010011 11001 110010 1000111 101100

Color Harmonies of #C0A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A521

Black with #C0A521

Text Example


Text Example

White with #C0A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A521; }

 p { color: rgb(192,165,33); }

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

background-color css

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

 a { background-color: rgb(192,165,33); }

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

border-color css

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

 span { border-color: rgb(192,165,33); }

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