Html Css Color HEX #C6AD10 Earls Green

📋 copy color: '#C6AD10'

red 198 ◦ green 173 ◦ blue 16

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

Shades of Earls Green #C6AD10

Tints of Earls Green #C6AD10

RGB

 RED value IS 198 (77.73% from 255) = 51.16%

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

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 51.16%
G = 44.7%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6AD10 (or 0xC6AD10) is known color: Earls Green. HEX triplet: C6, AD and 10. RGB value is (198,173,16). Sum of RGB (Red+Green+Blue) = 198+173+16=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AD10 is #3952EF. Grayscale: #A3A3A3. Windows color (decimal): -3756784 or 1093062. OLE color: 1093062.

HSL color Cylindrical-coordinate representation of color #C6AD10: hue angle of 51.76º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6AD10 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 16 -
CMYK 0 0.13 0.92 0.22
HSL 51.76º 0.85% 0.42% -
HSV(B) 51.76º 0.92% 0.78% -
XYZ 38.33 41.93 6.56 -
YUV 162.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 198 173 16 0 0.13 0.92 0.22 51.76 0.85 0.42
Hex C6 AD 10 0 D 5C 16 34 55 2A
Octal 306 255 20 0 15 134 26 64 125 52
Binary 11000110 10101101 10000 0 1101 1011100 10110 110100 1010101 101010

Color Harmonies of #C6AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD10

Black with #C6AD10

Text Example


Text Example

White with #C6AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD10; }

 p { color: rgb(198,173,16); }

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

background-color css

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

 a { background-color: rgb(198,173,16); }

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

border-color css

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

 span { border-color: rgb(198,173,16); }

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