#9BAF82

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

Shades of Olivine #9BAF82

Tints of Olivine #9BAF82

Color information

#9BAF82 (or 0x9BAF82) is unknown color: approx Olivine. HEX triplet: 9B, AF and 82. RGB value is (155,175,130). Sum of RGB (Red+Green+Blue) = 155+175+130=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF82 is #64507D. Grayscale: #A4A4A4. Windows color (decimal): -6574206 or 8564635. OLE color: 8564635.

HSL color Cylindrical-coordinate representation of color #9BAF82: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BAF82 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB155175130-
CMYK0.1100.260.31
HSL86.67º21.95%59.8%-
HSV(B)86.67º25.71%68.63%-
XYZ32.8839.2426.96-
YUV163.89108.87121.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=33.70%
G=38.04%
B=28.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751300.1100.260.3186.6721.9559.8
Hex9BAF82B01A1F57163c
Octal23325720213032371272674
Binary100110111010111110000010101101101011111101011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,130); }

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

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

 a { background-color: rgb(155,175,130); }

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

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

 span { border-color: rgb(155,175,130); }

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