Html Css Color HEX #90B471 Olivine

📋 copy color: '#90B471'

red 144 ◦ green 180 ◦ blue 113

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

Shades of Olivine #90B471

Tints of Olivine #90B471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 32.95%
G = 41.19%
B = 25.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#90B471 (or 0x90B471) is known color: Olivine. HEX triplet: 90, B4 and 71. RGB value is (144,180,113). Sum of RGB (Red+Green+Blue) = 144+180+113=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #90B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B471 is #6F4B8E. Grayscale: #A1A1A1. Windows color (decimal): -7293839 or 7451792. OLE color: 7451792.

HSL color Cylindrical-coordinate representation of color #90B471: hue angle of 92.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90B471 is Cyan = 0.2, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 180 113 -
CMYK 0.2 0 0.37 0.29
HSL 92.24º 0.31% 0.57% -
HSV(B) 92.24º 0.37% 0.71% -
XYZ 30.8 39.76 21.67 -
YUV 161.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 144 180 113 0.2 0 0.37 0.29 92.24 0.31 0.57
Hex 90 B4 71 14 0 25 1D 5C 1F 39
Octal 220 264 161 24 0 45 35 134 37 71
Binary 10010000 10110100 1110001 10100 0 100101 11101 1011100 11111 111001

Color Harmonies of #90B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B471

Black with #90B471

Text Example


Text Example

White with #90B471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,180,113); }

 H1.HeaderClassName
 {
   color: #90B471;
 }
 .AnyTagClassName
 {
   color: #90B471;
 }
</style>

background-color css

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

 a { background-color: rgb(144,180,113); }

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

border-color css

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

 span { border-color: rgb(144,180,113); }

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