#C1BA53

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

Shades of Olive Green #C1BA53

Tints of Olive Green #C1BA53

Color information

#C1BA53 (or 0xC1BA53) is unknown color: approx Olive Green. HEX triplet: C1, BA and 53. RGB value is (193,186,83). Sum of RGB (Red+Green+Blue) = 193+186+83=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA53 is #3E45AC. Grayscale: #B0B0B0. Windows color (decimal): -4081069 or 5487297. OLE color: 5487297.

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

Color convert

RGB19318683-
CMYK00.040.570.24
HSL56.18º47.01%54.12%-
HSV(B)56.18º56.99%75.69%-
XYZ41.1147.0815.1-
YUV176.3575.32139.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 83 (32.81% from 255) = 17.97%
R=41.77%
G=40.26%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931868300.040.570.2456.1847.0154.12
HexC1BA53043918382f36
Octal301272123047130705766
Binary11000001101110101010011010011100111000111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA53; }

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

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

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

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

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

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

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

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