Html Css Color HEX #C1A828 Earls Green

📋 copy color: '#C1A828'

red 193 ◦ green 168 ◦ blue 40

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

Shades of Earls Green #C1A828

Tints of Earls Green #C1A828

RGB

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

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

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

R = 48.13%
G = 41.9%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C1A828 (or 0xC1A828) is known color: Earls Green. HEX triplet: C1, A8 and 28. RGB value is (193,168,40). Sum of RGB (Red+Green+Blue) = 193+168+40=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A828 is #3E57D7. Grayscale: #A1A1A1. Windows color (decimal): -4085720 or 2664641. OLE color: 2664641.

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

Color convert

RGB 193 168 40 -
CMYK 0 0.13 0.79 0.24
HSL 50.2º 0.66% 0.46% -
HSV(B) 50.2º 0.79% 0.76% -
XYZ 36.38 39.5 7.71 -
YUV 160.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 193 168 40 0 0.13 0.79 0.24 50.2 0.66 0.46
Hex C1 A8 28 0 D 4F 18 32 42 2E
Octal 301 250 50 0 15 117 30 62 102 56
Binary 11000001 10101000 101000 0 1101 1001111 11000 110010 1000010 101110

Color Harmonies of #C1A828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A828

Black with #C1A828

Text Example


Text Example

White with #C1A828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A828; }

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

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

background-color css

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

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

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

border-color css

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

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

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