Html Css Color HEX #C1AF1F Earls Green

📋 copy color: '#C1AF1F'

red 193 ◦ green 175 ◦ blue 31

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

Shades of Earls Green #C1AF1F

Tints of Earls Green #C1AF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.77%

R = 48.37%
G = 43.86%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1AF1F (or 0xC1AF1F) is known color: Earls Green. HEX triplet: C1, AF and 1F. RGB value is (193,175,31). Sum of RGB (Red+Green+Blue) = 193+175+31=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF1F is #3E50E0. Grayscale: #A4A4A4. Windows color (decimal): -4083937 or 2076609. OLE color: 2076609.

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

Color convert

RGB 193 175 31 -
CMYK 0 0.09 0.84 0.24
HSL 53.33º 0.72% 0.44% -
HSV(B) 53.33º 0.84% 0.76% -
XYZ 37.57 42.1 7.44 -
YUV 163.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 193 175 31 0 0.09 0.84 0.24 53.33 0.72 0.44
Hex C1 AF 1F 0 9 54 18 35 48 2C
Octal 301 257 37 0 11 124 30 65 110 54
Binary 11000001 10101111 11111 0 1001 1010100 11000 110101 1001000 101100

Color Harmonies of #C1AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF1F

Black with #C1AF1F

Text Example


Text Example

White with #C1AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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