#90B96E

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

Shades of Olivine #90B96E

Tints of Olivine #90B96E

Color information

#90B96E (or 0x90B96E) is unknown color: approx Olivine. HEX triplet: 90, B9 and 6E. RGB value is (144,185,110). Sum of RGB (Red+Green+Blue) = 144+185+110=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #90B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B96E is #6F4691. Grayscale: #A4A4A4. Windows color (decimal): -7292562 or 7256464. OLE color: 7256464.

HSL color Cylindrical-coordinate representation of color #90B96E: hue angle of 92.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90B96E is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB144185110-
CMYK0.2200.410.27
HSL92.8º34.88%57.84%-
HSV(B)92.8º40.54%72.55%-
XYZ31.6741.7521.14-
YUV164.1997.42113.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.80%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=32.80%
G=42.14%
B=25.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441851100.2200.410.2792.834.8857.84
Hex90B96E160291B5d233a
Octal22027115626051331354372
Binary10010000101110011101110101100101001110111011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90B96E; }

 p { color: rgb(144,185,110); }

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

<style>
 a { background-color: #90B96E; }

 a { background-color: rgb(144,185,110); }

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

<style>
 span { border-color: #90B96E; }

 span { border-color: rgb(144,185,110); }

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