#9BBA69

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

Shades of Olivine #9BBA69

Tints of Olivine #9BBA69

Color information

#9BBA69 (or 0x9BBA69) is unknown color: approx Olivine. HEX triplet: 9B, BA and 69. RGB value is (155,186,105). Sum of RGB (Red+Green+Blue) = 155+186+105=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA69 is #644596. Grayscale: #A7A7A7. Windows color (decimal): -6571415 or 6929051. OLE color: 6929051.

HSL color Cylindrical-coordinate representation of color #9BBA69: hue angle of 82.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BBA69 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB155186105-
CMYK0.1700.440.27
HSL82.96º36.99%57.06%-
HSV(B)82.96º43.55%72.94%-
XYZ33.6343.1119.91-
YUV167.592.73119.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 186 (73.05% from 255) = 41.70%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=34.75%
G=41.70%
B=23.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861050.1700.440.2782.9636.9957.06
Hex9BBA691102C1B532539
Octal23327215121054331234571
Binary10011011101110101101001100010101100110111010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,105); }

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

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

 a { background-color: rgb(155,186,105); }

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

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

 span { border-color: rgb(155,186,105); }

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