Html Css Color HEX #C1AD28 Earls Green

📋 copy color: '#C1AD28'

red 193 ◦ green 173 ◦ blue 40

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

Shades of Earls Green #C1AD28

Tints of Earls Green #C1AD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 47.54%
G = 42.61%
B = 9.85%

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

#C1AD28 (or 0xC1AD28) is known color: Earls Green. HEX triplet: C1, AD and 28. RGB value is (193,173,40). Sum of RGB (Red+Green+Blue) = 193+173+40=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD28 is #3E52D7. Grayscale: #A4A4A4. Windows color (decimal): -4084440 or 2665921. OLE color: 2665921.

HSL color Cylindrical-coordinate representation of color #C1AD28: hue angle of 52.16º degrees, saturation: 0.66, 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 #C1AD28 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 173 40 -
CMYK 0 0.10 0.79 0.24
HSL 52.16º 0.66% 0.46% -
HSV(B) 52.16º 0.79% 0.76% -
XYZ 37.32 41.38 8.03 -
YUV 163.82 58.13 148.81 -
System Red Green Blue C M Y K H S L
Decimal 193 173 40 0 0.10 0.79 0.24 52.16 0.66 0.46
Hex C1 AD 28 0 A 4F 18 34 42 2E
Octal 301 255 50 0 12 117 30 64 102 56
Binary 11000001 10101101 101000 0 1010 1001111 11000 110100 1000010 101110

Color Harmonies of #C1AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD28

Black with #C1AD28

Text Example


Text Example

White with #C1AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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