Html Css Color HEX #C1AD29 Earls Green

📋 copy color: '#C1AD29'

red 193 ◦ green 173 ◦ blue 41

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

Shades of Earls Green #C1AD29

Tints of Earls Green #C1AD29

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 41 (16.41% from 255) = 10.07%

R = 47.42%
G = 42.51%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C1AD29 (or 0xC1AD29) is known color: Earls Green. HEX triplet: C1, AD and 29. RGB value is (193,173,41). Sum of RGB (Red+Green+Blue) = 193+173+41=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD29 is #3E52D6. Grayscale: #A4A4A4. Windows color (decimal): -4084439 or 2731457. OLE color: 2731457.

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

Color convert

RGB 193 173 41 -
CMYK 0 0.10 0.79 0.24
HSL 52.11º 0.65% 0.46% -
HSV(B) 52.11º 0.79% 0.76% -
XYZ 37.34 41.38 8.12 -
YUV 163.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 193 173 41 0 0.10 0.79 0.24 52.11 0.65 0.46
Hex C1 AD 29 0 A 4F 18 34 41 2E
Octal 301 255 51 0 12 117 30 64 101 56
Binary 11000001 10101101 101001 0 1010 1001111 11000 110100 1000001 101110

Color Harmonies of #C1AD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD29

Black with #C1AD29

Text Example


Text Example

White with #C1AD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD29; }

 p { color: rgb(193,173,41); }

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

background-color css

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

 a { background-color: rgb(193,173,41); }

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

border-color css

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

 span { border-color: rgb(193,173,41); }

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