#9BB467

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

Shades of Olivine #9BB467

Tints of Olivine #9BB467

Color information

#9BB467 (or 0x9BB467) is unknown color: approx Olivine. HEX triplet: 9B, B4 and 67. RGB value is (155,180,103). Sum of RGB (Red+Green+Blue) = 155+180+103=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB467 is #644B98. Grayscale: #A4A4A4. Windows color (decimal): -6572953 or 6796443. OLE color: 6796443.

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

Color convert

RGB155180103-
CMYK0.1400.430.29
HSL79.48º33.92%55.49%-
HSV(B)79.48º42.78%70.59%-
XYZ32.2940.5918.96-
YUV163.7593.72121.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 103 (40.62% from 255) = 23.52%
R=35.39%
G=41.10%
B=23.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801030.1400.430.2979.4833.9255.49
Hex9BB467E02B1D4f2237
Octal23326414716053351174267
Binary1001101110110100110011111100101011111011001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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