#9CBC5D

Color #9CBC5D Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9CBC5D

Tints of Olivine #9CBC5D

Color information

#9CBC5D (or 0x9CBC5D) is unknown color: approx Olivine. HEX triplet: 9C, BC and 5D. RGB value is (156,188,93). Sum of RGB (Red+Green+Blue) = 156+188+93=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC5D is #6343A2. Grayscale: #A7A7A7. Windows color (decimal): -6505379 or 6143132. OLE color: 6143132.

HSL color Cylindrical-coordinate representation of color #9CBC5D: hue angle of 80.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CBC5D is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB15618893-
CMYK0.1700.510.26
HSL80.21º41.48%55.1%-
HSV(B)80.21º50.53%73.73%-
XYZ33.6743.8217.04-
YUV167.685.9119.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.70%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=35.70%
G=43.02%
B=21.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156188930.1700.510.2680.2141.4855.1
Hex9CBC5D110331A502937
Octal23427413521063321205167
Binary10011100101111001011101100010110011110101010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CBC5D; }

 p { color: rgb(156,188,93); }

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

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

 a { background-color: rgb(156,188,93); }

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

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

 span { border-color: rgb(156,188,93); }

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