#C1A730

Color #C1A730 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C1A730

Tints of Earls Green #C1A730

Color information

#C1A730 (or 0xC1A730) is unknown color: approx Earls Green. HEX triplet: C1, A7 and 30. RGB value is (193,167,48). Sum of RGB (Red+Green+Blue) = 193+167+48=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A730 is #3E58CF. Grayscale: #A1A1A1. Windows color (decimal): -4085968 or 3188673. OLE color: 3188673.

HSL color Cylindrical-coordinate representation of color #C1A730: hue angle of 49.24º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1A730 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19316748-
CMYK00.130.750.24
HSL49.24º60.17%47.25%-
HSV(B)49.24º75.13%75.69%-
XYZ36.3439.198.44-
YUV161.2164.11150.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 167 (65.62% from 255) = 40.93%
BLUE value IS 48 (19.14% from 255) = 11.76%
R=47.30%
G=40.93%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931674800.130.750.2449.2460.1747.25
HexC1A7300D4B18313c2f
Octal3012476001511330617457
Binary110000011010011111000001101100101111000110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A730; }

 p { color: rgb(193,167,48); }

 H1.HeaderClassName
 {
   color: #C1A730;
 }
 .AnyTagClassName
 {
   color: #C1A730;
 }
</style>
background-color css

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

 a { background-color: rgb(193,167,48); }

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

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

 span { border-color: rgb(193,167,48); }

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