#90BFB3

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

Shades of Shadow Green #90BFB3

Tints of Shadow Green #90BFB3

Color information

#90BFB3 (or 0x90BFB3) is unknown color: approx Shadow Green. HEX triplet: 90, BF and B3. RGB value is (144,191,179). Sum of RGB (Red+Green+Blue) = 144+191+179=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #90BFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFB3 is #6F404C. Grayscale: #AFAFAF. Windows color (decimal): -7290957 or 11779984. OLE color: 11779984.

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

Color convert

RGB144191179-
CMYK0.2500.060.25
HSL164.68º26.86%65.69%-
HSV(B)164.68º24.61%74.9%-
XYZ38.2746.4549.6-
YUV175.58129.93105.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 179 (70.31% from 255) = 34.82%
R=28.02%
G=37.16%
B=34.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441911790.2500.060.25164.6826.8665.69
Hex90BFB3190619a51b42
Octal22027726331063124533102
Binary1001000010111111101100111100101101100110100101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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