#9BD161

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

Shades of Olivine #9BD161

Tints of Olivine #9BD161

Color information

#9BD161 (or 0x9BD161) is unknown color: approx Olivine. HEX triplet: 9B, D1 and 61. RGB value is (155,209,97). Sum of RGB (Red+Green+Blue) = 155+209+97=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD161 is #642E9E. Grayscale: #B4B4B4. Windows color (decimal): -6565535 or 6410651. OLE color: 6410651.

HSL color Cylindrical-coordinate representation of color #9BD161: hue angle of 88.93º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BD161 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB15520997-
CMYK0.2600.540.18
HSL88.93º54.9%60%-
HSV(B)88.93º53.59%81.96%-
XYZ38.4853.4319.59-
YUV180.0981.11110.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 209 (82.03% from 255) = 45.34%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=33.62%
G=45.34%
B=21.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155209970.2600.540.1888.9354.960
Hex9BD1611A0361259373c
Octal23332114132066221316774
Binary10011011110100011100001110100110110100101011001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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