#90BE64

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

Shades of Olivine #90BE64

Tints of Olivine #90BE64

Color information

#90BE64 (or 0x90BE64) is unknown color: approx Olivine. HEX triplet: 90, BE and 64. RGB value is (144,190,100). Sum of RGB (Red+Green+Blue) = 144+190+100=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BE64 is #6F419B. Grayscale: #A6A6A6. Windows color (decimal): -7291292 or 6602384. OLE color: 6602384.

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

Color convert

RGB144190100-
CMYK0.2400.470.25
HSL90.67º40.91%56.86%-
HSV(B)90.67º47.37%74.51%-
XYZ32.2243.6818.79-
YUV165.9990.76112.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=33.18%
G=43.78%
B=23.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441901000.2400.470.2590.6740.9156.86
Hex90BE641802F195b2939
Octal22027614430057311335171
Binary10010000101111101100100110000101111110011011011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,190,100); }

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

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

 a { background-color: rgb(144,190,100); }

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

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

 span { border-color: rgb(144,190,100); }

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