Html Css Color HEX #C0AD31 Earls Green

📋 copy color: '#C0AD31'

red 192 ◦ green 173 ◦ blue 49

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

Shades of Earls Green #C0AD31

Tints of Earls Green #C0AD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.84%

R = 46.38%
G = 41.79%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0AD31 (or 0xC0AD31) is known color: Earls Green. HEX triplet: C0, AD and 31. RGB value is (192,173,49). Sum of RGB (Red+Green+Blue) = 192+173+49=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD31 is #3F52CE. Grayscale: #A5A5A5. Windows color (decimal): -4149967 or 3255744. OLE color: 3255744.

HSL color Cylindrical-coordinate representation of color #C0AD31: hue angle of 52.03º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0AD31 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 49 -
CMYK 0 0.10 0.74 0.25
HSL 52.03º 0.59% 0.47% -
HSV(B) 52.03º 0.74% 0.75% -
XYZ 37.24 41.32 8.92 -
YUV 164.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 192 173 49 0 0.10 0.74 0.25 52.03 0.59 0.47
Hex C0 AD 31 0 A 4A 19 34 3B 2F
Octal 300 255 61 0 12 112 31 64 73 57
Binary 11000000 10101101 110001 0 1010 1001010 11001 110100 111011 101111

Color Harmonies of #C0AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD31

Black with #C0AD31

Text Example


Text Example

White with #C0AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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