#90BF64

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

Shades of Olivine #90BF64

Tints of Olivine #90BF64

Color information

#90BF64 (or 0x90BF64) is unknown color: approx Olivine. HEX triplet: 90, BF and 64. RGB value is (144,191,100). Sum of RGB (Red+Green+Blue) = 144+191+100=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF64 is #6F409B. Grayscale: #A6A6A6. Windows color (decimal): -7291036 or 6602640. OLE color: 6602640.

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

Color convert

RGB144191100-
CMYK0.2500.480.25
HSL90.99º41.55%57.06%-
HSV(B)90.99º47.64%74.9%-
XYZ32.4344.1118.86-
YUV166.5790.43111.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=33.10%
G=43.91%
B=22.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911000.2500.480.2590.9941.5557.06
Hex90BF6419030195b2a39
Octal22027714431060311335271
Binary10010000101111111100100110010110000110011011011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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