#9BB478

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

Shades of Olivine #9BB478

Tints of Olivine #9BB478

Color information

#9BB478 (or 0x9BB478) is unknown color: approx Olivine. HEX triplet: 9B, B4 and 78. RGB value is (155,180,120). Sum of RGB (Red+Green+Blue) = 155+180+120=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB478 is #644B87. Grayscale: #A5A5A5. Windows color (decimal): -6572936 or 7910555. OLE color: 7910555.

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

Color convert

RGB155180120-
CMYK0.1400.330.29
HSL85º28.57%58.82%-
HSV(B)85º33.33%70.59%-
XYZ33.2340.9723.93-
YUV165.68102.22120.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=34.07%
G=39.56%
B=26.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801200.1400.330.298528.5758.82
Hex9BB478E0211D551d3b
Octal23326417016041351253573
Binary100110111011010011110001110010000111101101010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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