#90BF61

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

Shades of Olivine #90BF61

Tints of Olivine #90BF61

Color information

#90BF61 (or 0x90BF61) is unknown color: approx Olivine. HEX triplet: 90, BF and 61. RGB value is (144,191,97). Sum of RGB (Red+Green+Blue) = 144+191+97=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF61 is #6F409E. Grayscale: #A6A6A6. Windows color (decimal): -7291039 or 6406032. OLE color: 6406032.

HSL color Cylindrical-coordinate representation of color #90BF61: hue angle of 90º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90BF61 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB14419197-
CMYK0.2500.490.25
HSL90º42.34%56.47%-
HSV(B)90º49.21%74.9%-
XYZ32.2944.0518.11-
YUV166.2388.93112.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=33.33%
G=44.21%
B=22.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144191970.2500.490.259042.3456.47
Hex90BF6119031195a2a38
Octal22027714131061311325270
Binary10010000101111111100001110010110001110011011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,191,97); }

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

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

 a { background-color: rgb(144,191,97); }

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

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

 span { border-color: rgb(144,191,97); }

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