Html Css Color HEX #C1A622 Earls Green

📋 copy color: '#C1A622'

red 193 ◦ green 166 ◦ blue 34

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

Shades of Earls Green #C1A622

Tints of Earls Green #C1A622

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.24%

 BLUE value IS 34 (13.67% from 255) = 8.65%

R = 49.11%
G = 42.24%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C1A622 (or 0xC1A622) is known color: Earls Green. HEX triplet: C1, A6 and 22. RGB value is (193,166,34). Sum of RGB (Red+Green+Blue) = 193+166+34=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A622 is #3E59DD. Grayscale: #9F9F9F. Windows color (decimal): -4086238 or 2270913. OLE color: 2270913.

HSL color Cylindrical-coordinate representation of color #C1A622: hue angle of 49.81º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1A622 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 166 34 -
CMYK 0 0.14 0.82 0.24
HSL 49.81º 0.7% 0.45% -
HSV(B) 49.81º 0.82% 0.76% -
XYZ 35.92 38.73 7.1 -
YUV 159.03 57.45 152.23 -
System Red Green Blue C M Y K H S L
Decimal 193 166 34 0 0.14 0.82 0.24 49.81 0.7 0.45
Hex C1 A6 22 0 E 52 18 32 46 2D
Octal 301 246 42 0 16 122 30 62 106 55
Binary 11000001 10100110 100010 0 1110 1010010 11000 110010 1000110 101101

Color Harmonies of #C1A622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A622

Black with #C1A622

Text Example


Text Example

White with #C1A622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A622; }

 p { color: rgb(193,166,34); }

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

background-color css

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

 a { background-color: rgb(193,166,34); }

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

border-color css

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

 span { border-color: rgb(193,166,34); }

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