#9BB17F

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

Shades of Olivine #9BB17F

Tints of Olivine #9BB17F

Color information

#9BB17F (or 0x9BB17F) is unknown color: approx Olivine. HEX triplet: 9B, B1 and 7F. RGB value is (155,177,127). Sum of RGB (Red+Green+Blue) = 155+177+127=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB17F is #644E80. Grayscale: #A4A4A4. Windows color (decimal): -6573697 or 8368539. OLE color: 8368539.

HSL color Cylindrical-coordinate representation of color #9BB17F: hue angle of 86.4º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB17F is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB155177127-
CMYK0.1200.280.31
HSL86.4º24.27%59.61%-
HSV(B)86.4º28.25%69.41%-
XYZ33.0739.9526.05-
YUV164.72106.71121.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 177 (69.53% from 255) = 38.56%
BLUE value IS 127 (50% from 255) = 27.67%
R=33.77%
G=38.56%
B=27.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551771270.1200.280.3186.424.2759.61
Hex9BB17FC01C1F56183c
Octal23326117714034371263074
Binary10011011101100011111111110001110011111101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,177,127); }

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

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

 a { background-color: rgb(155,177,127); }

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

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

 span { border-color: rgb(155,177,127); }

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