Html Css Color HEX #C1A62A Earls Green

📋 copy color: '#C1A62A'

red 193 ◦ green 166 ◦ blue 42

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

Shades of Earls Green #C1A62A

Tints of Earls Green #C1A62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 48.13%
G = 41.4%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1A62A (or 0xC1A62A) is known color: Earls Green. HEX triplet: C1, A6 and 2A. RGB value is (193,166,42). Sum of RGB (Red+Green+Blue) = 193+166+42=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A62A is #3E59D5. Grayscale: #A0A0A0. Windows color (decimal): -4086230 or 2795201. OLE color: 2795201.

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

Color convert

RGB 193 166 42 -
CMYK 0 0.14 0.78 0.24
HSL 49.27º 0.64% 0.46% -
HSV(B) 49.27º 0.78% 0.76% -
XYZ 36.05 38.78 7.78 -
YUV 159.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 193 166 42 0 0.14 0.78 0.24 49.27 0.64 0.46
Hex C1 A6 2A 0 E 4E 18 31 40 2E
Octal 301 246 52 0 16 116 30 61 100 56
Binary 11000001 10100110 101010 0 1110 1001110 11000 110001 1000000 101110

Color Harmonies of #C1A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A62A

Black with #C1A62A

Text Example


Text Example

White with #C1A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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