#9BBA67

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

Shades of Olivine #9BBA67

Tints of Olivine #9BBA67

Color information

#9BBA67 (or 0x9BBA67) is unknown color: approx Olivine. HEX triplet: 9B, BA and 67. RGB value is (155,186,103). Sum of RGB (Red+Green+Blue) = 155+186+103=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA67 is #644598. Grayscale: #A7A7A7. Windows color (decimal): -6571417 or 6797979. OLE color: 6797979.

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

Color convert

RGB155186103-
CMYK0.1700.450.27
HSL82.41º37.56%56.67%-
HSV(B)82.41º44.62%72.94%-
XYZ33.5243.0719.38-
YUV167.2791.73119.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 103 (40.62% from 255) = 23.20%
R=34.91%
G=41.89%
B=23.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861030.1700.450.2782.4137.5656.67
Hex9BBA671102D1B522639
Octal23327214721055331224671
Binary10011011101110101100111100010101101110111010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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