#9BAE7F

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

Shades of Olivine #9BAE7F

Tints of Olivine #9BAE7F

Color information

#9BAE7F (or 0x9BAE7F) is unknown color: approx Olivine. HEX triplet: 9B, AE and 7F. RGB value is (155,174,127). Sum of RGB (Red+Green+Blue) = 155+174+127=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE7F is #645180. Grayscale: #A3A3A3. Windows color (decimal): -6574465 or 8367771. OLE color: 8367771.

HSL color Cylindrical-coordinate representation of color #9BAE7F: hue angle of 84.26º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BAE7F is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB155174127-
CMYK0.1100.270.32
HSL84.26º22.49%59.02%-
HSV(B)84.26º27.01%68.24%-
XYZ32.4838.7725.85-
YUV162.96107.71122.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 127 (50% from 255) = 27.85%
R=33.99%
G=38.16%
B=27.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741270.1100.270.3284.2622.4959.02
Hex9BAE7FB01B2054163b
Octal23325617713033401242673
Binary100110111010111011111111011011011100000101010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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