#C1BA2A

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

Shades of Earls Green #C1BA2A

Tints of Earls Green #C1BA2A

Color information

#C1BA2A (or 0xC1BA2A) is unknown color: approx Earls Green. HEX triplet: C1, BA and 2A. RGB value is (193,186,42). Sum of RGB (Red+Green+Blue) = 193+186+42=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA2A is #3E45D5. Grayscale: #ACACAC. Windows color (decimal): -4081110 or 2800321. OLE color: 2800321.

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

Color convert

RGB19318642-
CMYK00.040.780.24
HSL57.22º64.26%46.08%-
HSV(B)57.22º78.24%75.69%-
XYZ39.9746.629.08-
YUV171.6854.82143.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 42 (16.80% from 255) = 9.98%
R=45.84%
G=44.18%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931864200.040.780.2457.2264.2646.08
HexC1BA2A044E1839402e
Octal3012725204116307110056
Binary110000011011101010101001001001110110001110011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA2A; }

 p { color: rgb(193,186,42); }

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

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

 a { background-color: rgb(193,186,42); }

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

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

 span { border-color: rgb(193,186,42); }

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