Html Css Color HEX #90BF64 Olivine

📋 copy color: '#90BF64'

red 144 ◦ green 191 ◦ blue 100

#90BF64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #90BF64

Tints of Olivine #90BF64

RGB

 RED value IS 144 (56.64% from 255) = 33.1%

 GREEN value IS 191 (75% from 255) = 43.91%

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 33.1%
G = 43.91%
B = 22.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#90BF64 (or 0x90BF64) is known color: 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

RGB 144 191 100 -
CMYK 0.25 0 0.48 0.25
HSL 90.99º 0.42% 0.57% -
HSV(B) 90.99º 0.48% 0.75% -
XYZ 32.43 44.11 18.86 -
YUV 166.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 144 191 100 0.25 0 0.48 0.25 90.99 0.42 0.57
Hex 90 BF 64 19 0 30 19 5B 2A 39
Octal 220 277 144 31 0 60 31 133 52 71
Binary 10010000 10111111 1100100 11001 0 110000 11001 1011011 101010 111001

Color Harmonies of #90BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF64

Black with #90BF64

Text Example


Text Example

White with #90BF64

Text Example


Text Example

HTML Codes & Css Web 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>