#9AB967

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

Shades of Olivine #9AB967

Tints of Olivine #9AB967

Color information

#9AB967 (or 0x9AB967) is unknown color: approx Olivine. HEX triplet: 9A, B9 and 67. RGB value is (154,185,103). Sum of RGB (Red+Green+Blue) = 154+185+103=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB967 is #654698. Grayscale: #A6A6A6. Windows color (decimal): -6637209 or 6797722. OLE color: 6797722.

HSL color Cylindrical-coordinate representation of color #9AB967: hue angle of 82.68º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AB967 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB154185103-
CMYK0.1700.440.27
HSL82.68º36.94%56.47%-
HSV(B)82.68º44.32%72.55%-
XYZ33.1242.5519.3-
YUV166.3892.23119.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 103 (40.62% from 255) = 23.30%
R=34.84%
G=41.86%
B=23.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541851030.1700.440.2782.6836.9456.47
Hex9AB9671102C1B532538
Octal23227114721054331234570
Binary10011010101110011100111100010101100110111010011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,185,103); }

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

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

 a { background-color: rgb(154,185,103); }

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

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

 span { border-color: rgb(154,185,103); }

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