Html Css Color HEX #C1AF11 Earls Green

📋 copy color: '#C1AF11'

red 193 ◦ green 175 ◦ blue 17

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

Shades of Earls Green #C1AF11

Tints of Earls Green #C1AF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.42%

R = 50.13%
G = 45.45%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C1AF11 (or 0xC1AF11) is known color: Earls Green. HEX triplet: C1, AF and 11. RGB value is (193,175,17). Sum of RGB (Red+Green+Blue) = 193+175+17=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AF11 is #3E50EE. Grayscale: #A3A3A3. Windows color (decimal): -4083951 or 1159105. OLE color: 1159105.

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

Color convert

RGB 193 175 17 -
CMYK 0 0.09 0.91 0.24
HSL 53.86º 0.84% 0.41% -
HSV(B) 53.86º 0.91% 0.76% -
XYZ 37.42 42.04 6.67 -
YUV 162.37 45.96 149.85 -
System Red Green Blue C M Y K H S L
Decimal 193 175 17 0 0.09 0.91 0.24 53.86 0.84 0.41
Hex C1 AF 11 0 9 5B 18 36 54 29
Octal 301 257 21 0 11 133 30 66 124 51
Binary 11000001 10101111 10001 0 1001 1011011 11000 110110 1010100 101001

Color Harmonies of #C1AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF11

Black with #C1AF11

Text Example


Text Example

White with #C1AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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