Html Css Color HEX #C6AD1C Earls Green

📋 copy color: '#C6AD1C'

red 198 ◦ green 173 ◦ blue 28

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

Shades of Earls Green #C6AD1C

Tints of Earls Green #C6AD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.02%

R = 49.62%
G = 43.36%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6AD1C (or 0xC6AD1C) is known color: Earls Green. HEX triplet: C6, AD and 1C. RGB value is (198,173,28). Sum of RGB (Red+Green+Blue) = 198+173+28=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AD1C is #3952E3. Grayscale: #A4A4A4. Windows color (decimal): -3756772 or 1879494. OLE color: 1879494.

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

Color convert

RGB 198 173 28 -
CMYK 0 0.13 0.86 0.22
HSL 51.18º 0.75% 0.44% -
HSV(B) 51.18º 0.86% 0.78% -
XYZ 38.44 41.98 7.17 -
YUV 163.95 51.28 152.29 -
System Red Green Blue C M Y K H S L
Decimal 198 173 28 0 0.13 0.86 0.22 51.18 0.75 0.44
Hex C6 AD 1C 0 D 56 16 33 4B 2C
Octal 306 255 34 0 15 126 26 63 113 54
Binary 11000110 10101101 11100 0 1101 1010110 10110 110011 1001011 101100

Color Harmonies of #C6AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD1C

Black with #C6AD1C

Text Example


Text Example

White with #C6AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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