#9BC161

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

Shades of Olivine #9BC161

Tints of Olivine #9BC161

Color information

#9BC161 (or 0x9BC161) is unknown color: approx Olivine. HEX triplet: 9B, C1 and 61. RGB value is (155,193,97). Sum of RGB (Red+Green+Blue) = 155+193+97=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC161 is #643E9E. Grayscale: #ABABAB. Windows color (decimal): -6569631 or 6406555. OLE color: 6406555.

HSL color Cylindrical-coordinate representation of color #9BC161: hue angle of 83.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BC161 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB15519397-
CMYK0.2000.500.24
HSL83.75º43.64%56.86%-
HSV(B)83.75º49.74%75.69%-
XYZ34.7545.9718.35-
YUV170.6986.41116.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=34.83%
G=43.37%
B=21.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155193970.2000.500.2483.7543.6456.86
Hex9BC1611403218542c39
Octal23330114124062301245471
Binary10011011110000011100001101000110010110001010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,193,97); }

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

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

 a { background-color: rgb(155,193,97); }

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

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

 span { border-color: rgb(155,193,97); }

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