Html Css Color HEX #C6AF15 Earls Green

📋 copy color: '#C6AF15'

red 198 ◦ green 175 ◦ blue 21

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

Shades of Earls Green #C6AF15

Tints of Earls Green #C6AF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.42%

 BLUE value IS 21 (8.59% from 255) = 5.33%

R = 50.25%
G = 44.42%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C6AF15 (or 0xC6AF15) is known color: Earls Green. HEX triplet: C6, AF and 15. RGB value is (198,175,21). Sum of RGB (Red+Green+Blue) = 198+175+21=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF15 is #3950EA. Grayscale: #A4A4A4. Windows color (decimal): -3756267 or 1421254. OLE color: 1421254.

HSL color Cylindrical-coordinate representation of color #C6AF15: hue angle of 52.2º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6AF15 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 175 21 -
CMYK 0 0.12 0.89 0.22
HSL 52.2º 0.81% 0.43% -
HSV(B) 52.2º 0.89% 0.78% -
XYZ 38.75 42.72 6.91 -
YUV 164.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 198 175 21 0 0.12 0.89 0.22 52.2 0.81 0.43
Hex C6 AF 15 0 C 59 16 34 51 2B
Octal 306 257 25 0 14 131 26 64 121 53
Binary 11000110 10101111 10101 0 1100 1011001 10110 110100 1010001 101011

Color Harmonies of #C6AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF15

Black with #C6AF15

Text Example


Text Example

White with #C6AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF15; }

 p { color: rgb(198,175,21); }

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

background-color css

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

 a { background-color: rgb(198,175,21); }

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

border-color css

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

 span { border-color: rgb(198,175,21); }

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