#C3B953

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

Shades of Olive Green #C3B953

Tints of Olive Green #C3B953

Color information

#C3B953 (or 0xC3B953) is unknown color: approx Olive Green. HEX triplet: C3, B9 and 53. RGB value is (195,185,83). Sum of RGB (Red+Green+Blue) = 195+185+83=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B953 is #3C46AC. Grayscale: #B0B0B0. Windows color (decimal): -3950253 or 5487043. OLE color: 5487043.

HSL color Cylindrical-coordinate representation of color #C3B953: hue angle of 54.64º 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 #C3B953 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19518583-
CMYK00.050.570.24
HSL54.64º48.28%54.51%-
HSV(B)54.64º57.44%76.47%-
XYZ41.4246.9215.06-
YUV176.3675.31141.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 83 (32.81% from 255) = 17.93%
R=42.12%
G=39.96%
B=17.93%

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
Decimal1951858300.050.570.2454.6448.2854.51
HexC3B953053918373037
Octal303271123057130676067
Binary11000011101110011010011010111100111000110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B953; }

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

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

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

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

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

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

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

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