#9BB469

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

Shades of Olivine #9BB469

Tints of Olivine #9BB469

Color information

#9BB469 (or 0x9BB469) is unknown color: approx Olivine. HEX triplet: 9B, B4 and 69. RGB value is (155,180,105). Sum of RGB (Red+Green+Blue) = 155+180+105=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB469 is #644B96. Grayscale: #A4A4A4. Windows color (decimal): -6572951 or 6927515. OLE color: 6927515.

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

Color convert

RGB155180105-
CMYK0.1400.420.29
HSL80º33.33%55.88%-
HSV(B)80º41.67%70.59%-
XYZ32.3940.6319.5-
YUV163.9894.72121.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=35.23%
G=40.91%
B=23.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801050.1400.420.298033.3355.88
Hex9BB469E02A1D502138
Octal23326415116052351204170
Binary1001101110110100110100111100101010111011010000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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