Html Css Color HEX #C6AD18 Earls Green

📋 copy color: '#C6AD18'

red 198 ◦ green 173 ◦ blue 24

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

Shades of Earls Green #C6AD18

Tints of Earls Green #C6AD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.08%

R = 50.13%
G = 43.8%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C6AD18 (or 0xC6AD18) is known color: Earls Green. HEX triplet: C6, AD and 18. RGB value is (198,173,24). Sum of RGB (Red+Green+Blue) = 198+173+24=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AD18 is #3952E7. Grayscale: #A4A4A4. Windows color (decimal): -3756776 or 1617350. OLE color: 1617350.

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

Color convert

RGB 198 173 24 -
CMYK 0 0.13 0.88 0.22
HSL 51.38º 0.78% 0.44% -
HSV(B) 51.38º 0.88% 0.78% -
XYZ 38.4 41.96 6.94 -
YUV 163.49 49.28 152.62 -
System Red Green Blue C M Y K H S L
Decimal 198 173 24 0 0.13 0.88 0.22 51.38 0.78 0.44
Hex C6 AD 18 0 D 58 16 33 4E 2C
Octal 306 255 30 0 15 130 26 63 116 54
Binary 11000110 10101101 11000 0 1101 1011000 10110 110011 1001110 101100

Color Harmonies of #C6AD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD18

Black with #C6AD18

Text Example


Text Example

White with #C6AD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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