#C1B41A

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

Shades of Earls Green #C1B41A

Tints of Earls Green #C1B41A

Color information

#C1B41A (or 0xC1B41A) is unknown color: approx Earls Green. HEX triplet: C1, B4 and 1A. RGB value is (193,180,26). Sum of RGB (Red+Green+Blue) = 193+180+26=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B41A is #3E4BE5. Grayscale: #A6A6A6. Windows color (decimal): -4082662 or 1750209. OLE color: 1750209.

HSL color Cylindrical-coordinate representation of color #C1B41A: hue angle of 55.33º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1B41A is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19318026-
CMYK00.070.870.24
HSL55.33º76.26%42.94%-
HSV(B)55.33º86.53%75.69%-
XYZ38.544.057.45-
YUV166.3348.81147.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 26 (10.55% from 255) = 6.52%
R=48.37%
G=45.11%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931802600.070.870.2455.3376.2642.94
HexC1B41A075718374c2b
Octal3012643207127306711453
Binary11000001101101001101001111010111110001101111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B41A; }

 p { color: rgb(193,180,26); }

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

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

 a { background-color: rgb(193,180,26); }

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

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

 span { border-color: rgb(193,180,26); }

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