Html Css Color HEX #C1AF18 Earls Green

📋 copy color: '#C1AF18'

red 193 ◦ green 175 ◦ blue 24

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

Shades of Earls Green #C1AF18

Tints of Earls Green #C1AF18

RGB

 RED value IS 193 (75.78% from 255) = 49.23%

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

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

R = 49.23%
G = 44.64%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C1AF18 (or 0xC1AF18) is known color: Earls Green. HEX triplet: C1, AF and 18. RGB value is (193,175,24). Sum of RGB (Red+Green+Blue) = 193+175+24=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AF18 is #3E50E7. Grayscale: #A3A3A3. Windows color (decimal): -4083944 or 1617857. OLE color: 1617857.

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

Color convert

RGB 193 175 24 -
CMYK 0 0.09 0.88 0.24
HSL 53.61º 0.78% 0.43% -
HSV(B) 53.61º 0.88% 0.76% -
XYZ 37.49 42.06 7.01 -
YUV 163.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 193 175 24 0 0.09 0.88 0.24 53.61 0.78 0.43
Hex C1 AF 18 0 9 58 18 36 4E 2B
Octal 301 257 30 0 11 130 30 66 116 53
Binary 11000001 10101111 11000 0 1001 1011000 11000 110110 1001110 101011

Color Harmonies of #C1AF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF18

Black with #C1AF18

Text Example


Text Example

White with #C1AF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF18; }

 p { color: rgb(193,175,24); }

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

background-color css

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

 a { background-color: rgb(193,175,24); }

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

border-color css

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

 span { border-color: rgb(193,175,24); }

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