#9BB47D

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

Shades of Olivine #9BB47D

Tints of Olivine #9BB47D

Color information

#9BB47D (or 0x9BB47D) is unknown color: approx Olivine. HEX triplet: 9B, B4 and 7D. RGB value is (155,180,125). Sum of RGB (Red+Green+Blue) = 155+180+125=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB47D is #644B82. Grayscale: #A6A6A6. Windows color (decimal): -6572931 or 8238235. OLE color: 8238235.

HSL color Cylindrical-coordinate representation of color #9BB47D: hue angle of 87.27º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BB47D is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB155180125-
CMYK0.1400.310.29
HSL87.27º26.83%59.8%-
HSV(B)87.27º30.56%70.59%-
XYZ33.5441.0925.57-
YUV166.26104.72119.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=33.70%
G=39.13%
B=27.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801250.1400.310.2987.2726.8359.8
Hex9BB47DE01F1D571b3c
Octal23326417516037351273374
Binary10011011101101001111101111001111111101101011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,125); }

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

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

 a { background-color: rgb(155,180,125); }

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

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

 span { border-color: rgb(155,180,125); }

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