#9BBA68

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

Shades of Olivine #9BBA68

Tints of Olivine #9BBA68

Color information

#9BBA68 (or 0x9BBA68) is unknown color: approx Olivine. HEX triplet: 9B, BA and 68. RGB value is (155,186,104). Sum of RGB (Red+Green+Blue) = 155+186+104=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA68 is #644597. Grayscale: #A7A7A7. Windows color (decimal): -6571416 or 6863515. OLE color: 6863515.

HSL color Cylindrical-coordinate representation of color #9BBA68: hue angle of 82.68º 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 #9BBA68 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB155186104-
CMYK0.1700.440.27
HSL82.68º37.27%56.86%-
HSV(B)82.68º44.09%72.94%-
XYZ33.5843.0919.64-
YUV167.3892.23119.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=34.83%
G=41.80%
B=23.37%

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
Decimal1551861040.1700.440.2782.6837.2756.86
Hex9BBA681102C1B532539
Octal23327215021054331234571
Binary10011011101110101101000100010101100110111010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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