#9BAE7A

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

Shades of Olivine #9BAE7A

Tints of Olivine #9BAE7A

Color information

#9BAE7A (or 0x9BAE7A) is unknown color: approx Olivine. HEX triplet: 9B, AE and 7A. RGB value is (155,174,122). Sum of RGB (Red+Green+Blue) = 155+174+122=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE7A is #645185. Grayscale: #A2A2A2. Windows color (decimal): -6574470 or 8040091. OLE color: 8040091.

HSL color Cylindrical-coordinate representation of color #9BAE7A: hue angle of 81.92º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BAE7A is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB155174122-
CMYK0.1100.300.32
HSL81.92º24.3%58.04%-
HSV(B)81.92º29.89%68.24%-
XYZ32.1738.6524.18-
YUV162.39105.21122.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=34.37%
G=38.58%
B=27.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741220.1100.300.3281.9224.358.04
Hex9BAE7AB01E2052183a
Octal23325617213036401223072
Binary100110111010111011110101011011110100000101001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,122); }

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

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

 a { background-color: rgb(155,174,122); }

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

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

 span { border-color: rgb(155,174,122); }

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