Html Css Color HEX #C6AC18 Earls Green

📋 copy color: '#C6AC18'

red 198 ◦ green 172 ◦ blue 24

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

Shades of Earls Green #C6AC18

Tints of Earls Green #C6AC18

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.65%

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

R = 50.25%
G = 43.65%
B = 6.09%

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

#C6AC18 (or 0xC6AC18) is known color: Earls Green. HEX triplet: C6, AC and 18. RGB value is (198,172,24). Sum of RGB (Red+Green+Blue) = 198+172+24=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AC18 is #3953E7. Grayscale: #A3A3A3. Windows color (decimal): -3757032 or 1617094. OLE color: 1617094.

HSL color Cylindrical-coordinate representation of color #C6AC18: hue angle of 51.03º 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 #C6AC18 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 172 24 -
CMYK 0 0.13 0.88 0.22
HSL 51.03º 0.78% 0.44% -
HSV(B) 51.03º 0.88% 0.78% -
XYZ 38.21 41.58 6.88 -
YUV 162.9 49.61 153.03 -
System Red Green Blue C M Y K H S L
Decimal 198 172 24 0 0.13 0.88 0.22 51.03 0.78 0.44
Hex C6 AC 18 0 D 58 16 33 4E 2C
Octal 306 254 30 0 15 130 26 63 116 54
Binary 11000110 10101100 11000 0 1101 1011000 10110 110011 1001110 101100

Color Harmonies of #C6AC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC18

Black with #C6AC18

Text Example


Text Example

White with #C6AC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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