#C1BA55

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

Shades of Olive Green #C1BA55

Tints of Olive Green #C1BA55

Color information

#C1BA55 (or 0xC1BA55) is unknown color: approx Olive Green. HEX triplet: C1, BA and 55. RGB value is (193,186,85). Sum of RGB (Red+Green+Blue) = 193+186+85=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA55 is #3E45AA. Grayscale: #B0B0B0. Windows color (decimal): -4081067 or 5618369. OLE color: 5618369.

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

Color convert

RGB19318685-
CMYK00.040.560.24
HSL56.11º46.55%54.51%-
HSV(B)56.11º55.96%75.69%-
XYZ41.1947.1115.52-
YUV176.5876.32139.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 85 (33.59% from 255) = 18.32%
R=41.59%
G=40.09%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931868500.040.560.2456.1146.5554.51
HexC1BA55043818382f37
Octal301272125047030705767
Binary11000001101110101010101010011100011000111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA55; }

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

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

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

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

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

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

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

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