#C3BC53

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

Shades of Olive Green #C3BC53

Tints of Olive Green #C3BC53

Color information

#C3BC53 (or 0xC3BC53) is unknown color: approx Olive Green. HEX triplet: C3, BC and 53. RGB value is (195,188,83). Sum of RGB (Red+Green+Blue) = 195+188+83=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC53 is #3C43AC. Grayscale: #B2B2B2. Windows color (decimal): -3949485 or 5487811. OLE color: 5487811.

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

Color convert

RGB19518883-
CMYK00.040.570.24
HSL56.25º48.28%54.51%-
HSV(B)56.25º57.44%76.47%-
XYZ42.0548.1915.27-
YUV178.1274.32140.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 83 (32.81% from 255) = 17.81%
R=41.85%
G=40.34%
B=17.81%

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
Decimal1951888300.040.570.2456.2548.2854.51
HexC3BC53043918383037
Octal303274123047130706067
Binary11000011101111001010011010011100111000111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC53; }

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

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

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

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

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

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

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

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