#9bbc67

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

Shades of Olivine #9BBC67

Tints of Olivine #9BBC67

Color information

#9BBC67 (or 0x9BBC67) is unknown color: approx Olivine. HEX triplet: 9B, BC and 67. RGB value is (155,188,103). Sum of RGB (Red+Green+Blue) = 155+188+103=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC67 is #644398. Grayscale: #A8A8A8. Windows color (decimal): -6570905 or 6798491. OLE color: 6798491.

HSL color Cylindrical-coordinate representation of color #9BBC67: hue angle of 83.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BBC67 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB155188103-
CMYK0.1800.450.26
HSL83.29º38.81%57.06%-
HSV(B)83.29º45.21%73.73%-
XYZ33.9543.9119.52-
YUV168.4491.07118.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 188 (73.83% from 255) = 42.15%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=34.75%
G=42.15%
B=23.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551881030.1800.450.2683.2938.8157.06
Hex9BBC671202D1A532739
Octal23327414722055321234771
Binary10011011101111001100111100100101101110101010011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bbc67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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