#C3BA53

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

Shades of Olive Green #C3BA53

Tints of Olive Green #C3BA53

Color information

#C3BA53 (or 0xC3BA53) is unknown color: approx Olive Green. HEX triplet: C3, BA and 53. RGB value is (195,186,83). Sum of RGB (Red+Green+Blue) = 195+186+83=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA53 is #3C45AC. Grayscale: #B1B1B1. Windows color (decimal): -3949997 or 5487299. OLE color: 5487299.

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

Color convert

RGB19518683-
CMYK00.050.570.24
HSL55.18º48.28%54.51%-
HSV(B)55.18º57.44%76.47%-
XYZ41.6347.3415.13-
YUV176.9574.98140.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 83 (32.81% from 255) = 17.89%
R=42.03%
G=40.09%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951868300.050.570.2455.1848.2854.51
HexC3BA53053918373037
Octal303272123057130676067
Binary11000011101110101010011010111100111000110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA53; }

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

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

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

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

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

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

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

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