Html Css Color HEX #C1A822 Earls Green

📋 copy color: '#C1A822'

red 193 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #C1A822

Tints of Earls Green #C1A822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 48.86%
G = 42.53%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C1A822 (or 0xC1A822) is known color: Earls Green. HEX triplet: C1, A8 and 22. RGB value is (193,168,34). Sum of RGB (Red+Green+Blue) = 193+168+34=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A822 is #3E57DD. Grayscale: #A0A0A0. Windows color (decimal): -4085726 or 2271425. OLE color: 2271425.

HSL color Cylindrical-coordinate representation of color #C1A822: hue angle of 50.57º 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 #C1A822 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 168 34 -
CMYK 0 0.13 0.82 0.24
HSL 50.57º 0.7% 0.45% -
HSV(B) 50.57º 0.82% 0.76% -
XYZ 36.28 39.46 7.22 -
YUV 160.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 193 168 34 0 0.13 0.82 0.24 50.57 0.7 0.45
Hex C1 A8 22 0 D 52 18 33 46 2D
Octal 301 250 42 0 15 122 30 63 106 55
Binary 11000001 10101000 100010 0 1101 1010010 11000 110011 1000110 101101

Color Harmonies of #C1A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A822

Black with #C1A822

Text Example


Text Example

White with #C1A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A822; }

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

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

background-color css

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

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

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

border-color css

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

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

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