Html Css Color HEX #C1A521 Earls Green

📋 copy color: '#C1A521'

red 193 ◦ green 165 ◦ blue 33

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

Shades of Earls Green #C1A521

Tints of Earls Green #C1A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 49.36%
G = 42.2%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1A521 (or 0xC1A521) is known color: Earls Green. HEX triplet: C1, A5 and 21. RGB value is (193,165,33). Sum of RGB (Red+Green+Blue) = 193+165+33=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A521 is #3E5ADE. Grayscale: #9E9E9E. Windows color (decimal): -4086495 or 2205121. OLE color: 2205121.

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

Color convert

RGB 193 165 33 -
CMYK 0 0.15 0.83 0.24
HSL 49.5º 0.71% 0.44% -
HSV(B) 49.5º 0.83% 0.76% -
XYZ 35.72 38.36 6.96 -
YUV 158.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 193 165 33 0 0.15 0.83 0.24 49.5 0.71 0.44
Hex C1 A5 21 0 F 53 18 32 47 2C
Octal 301 245 41 0 17 123 30 62 107 54
Binary 11000001 10100101 100001 0 1111 1010011 11000 110010 1000111 101100

Color Harmonies of #C1A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A521

Black with #C1A521

Text Example


Text Example

White with #C1A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A521; }

 p { color: rgb(193,165,33); }

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

background-color css

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

 a { background-color: rgb(193,165,33); }

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

border-color css

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

 span { border-color: rgb(193,165,33); }

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