Html Css Color HEX #C0AD21 Earls Green

📋 copy color: '#C0AD21'

red 192 ◦ green 173 ◦ blue 33

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

Shades of Earls Green #C0AD21

Tints of Earls Green #C0AD21

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

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

R = 48.24%
G = 43.47%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C0AD21 (or 0xC0AD21) is known color: Earls Green. HEX triplet: C0, AD and 21. RGB value is (192,173,33). Sum of RGB (Red+Green+Blue) = 192+173+33=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD21 is #3F52DE. Grayscale: #A3A3A3. Windows color (decimal): -4149983 or 2207168. OLE color: 2207168.

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

Color convert

RGB 192 173 33 -
CMYK 0 0.10 0.83 0.25
HSL 52.83º 0.71% 0.44% -
HSV(B) 52.83º 0.83% 0.75% -
XYZ 36.96 41.2 7.44 -
YUV 162.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 192 173 33 0 0.10 0.83 0.25 52.83 0.71 0.44
Hex C0 AD 21 0 A 53 19 35 47 2C
Octal 300 255 41 0 12 123 31 65 107 54
Binary 11000000 10101101 100001 0 1010 1010011 11001 110101 1000111 101100

Color Harmonies of #C0AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD21

Black with #C0AD21

Text Example


Text Example

White with #C0AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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