#9BC271

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

Shades of Olivine #9BC271

Tints of Olivine #9BC271

Color information

#9BC271 (or 0x9BC271) is unknown color: approx Olivine. HEX triplet: 9B, C2 and 71. RGB value is (155,194,113). Sum of RGB (Red+Green+Blue) = 155+194+113=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC271 is #643D8E. Grayscale: #ADADAD. Windows color (decimal): -6569359 or 7455387. OLE color: 7455387.

HSL color Cylindrical-coordinate representation of color #9BC271: hue angle of 88.89º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BC271 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB155194113-
CMYK0.2000.420.24
HSL88.89º39.9%60.2%-
HSV(B)88.89º41.75%76.08%-
XYZ35.7946.7422.76-
YUV173.194.08115.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 194 (76.17% from 255) = 41.99%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=33.55%
G=41.99%
B=24.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551941130.2000.420.2488.8939.960.2
Hex9BC2711402A1859283c
Octal23330216124052301315074
Binary10011011110000101110001101000101010110001011001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,194,113); }

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

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

 a { background-color: rgb(155,194,113); }

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

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

 span { border-color: rgb(155,194,113); }

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