#9CB26D

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

Shades of Olivine #9CB26D

Tints of Olivine #9CB26D

Color information

#9CB26D (or 0x9CB26D) is unknown color: approx Olivine. HEX triplet: 9C, B2 and 6D. RGB value is (156,178,109). Sum of RGB (Red+Green+Blue) = 156+178+109=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB26D is #634D92. Grayscale: #A3A3A3. Windows color (decimal): -6507923 or 7189148. OLE color: 7189148.

HSL color Cylindrical-coordinate representation of color #9CB26D: hue angle of 79.13º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CB26D is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB156178109-
CMYK0.1200.390.30
HSL79.13º30.94%56.27%-
HSV(B)79.13º38.76%69.8%-
XYZ32.3940.0120.48-
YUV163.5697.21122.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=35.21%
G=40.18%
B=24.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561781090.1200.390.3079.1330.9456.27
Hex9CB26DC0271E4f1f38
Octal23426215514047361173770
Binary100111001011001011011011100010011111110100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,178,109); }

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

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

 a { background-color: rgb(156,178,109); }

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

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

 span { border-color: rgb(156,178,109); }

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