#9BB476

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

Shades of Olivine #9BB476

Tints of Olivine #9BB476

Color information

#9BB476 (or 0x9BB476) is unknown color: approx Olivine. HEX triplet: 9B, B4 and 76. RGB value is (155,180,118). Sum of RGB (Red+Green+Blue) = 155+180+118=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB476 is #644B89. Grayscale: #A5A5A5. Windows color (decimal): -6572938 or 7779483. OLE color: 7779483.

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

Color convert

RGB155180118-
CMYK0.1400.340.29
HSL84.19º29.25%58.43%-
HSV(B)84.19º34.44%70.59%-
XYZ33.1140.9223.29-
YUV165.46101.22120.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=34.22%
G=39.74%
B=26.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801180.1400.340.2984.1929.2558.43
Hex9BB476E0221D541d3a
Octal23326416616042351243572
Binary100110111011010011101101110010001011101101010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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