Html Css Color HEX #C6AF17 Earls Green

📋 copy color: '#C6AF17'

red 198 ◦ green 175 ◦ blue 23

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

Shades of Earls Green #C6AF17

Tints of Earls Green #C6AF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.81%

R = 50%
G = 44.19%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C6AF17 (or 0xC6AF17) is known color: Earls Green. HEX triplet: C6, AF and 17. RGB value is (198,175,23). Sum of RGB (Red+Green+Blue) = 198+175+23=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF17 is #3950E8. Grayscale: #A5A5A5. Windows color (decimal): -3756265 or 1552326. OLE color: 1552326.

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

Color convert

RGB 198 175 23 -
CMYK 0 0.12 0.88 0.22
HSL 52.11º 0.79% 0.43% -
HSV(B) 52.11º 0.88% 0.78% -
XYZ 38.77 42.73 7.01 -
YUV 164.55 48.12 151.86 -
System Red Green Blue C M Y K H S L
Decimal 198 175 23 0 0.12 0.88 0.22 52.11 0.79 0.43
Hex C6 AF 17 0 C 58 16 34 4F 2B
Octal 306 257 27 0 14 130 26 64 117 53
Binary 11000110 10101111 10111 0 1100 1011000 10110 110100 1001111 101011

Color Harmonies of #C6AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF17

Black with #C6AF17

Text Example


Text Example

White with #C6AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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