#90BC85

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

Shades of Dark Sea Green #90BC85

Tints of Dark Sea Green #90BC85

Color information

#90BC85 (or 0x90BC85) is unknown color: approx Dark Sea Green. HEX triplet: 90, BC and 85. RGB value is (144,188,133). Sum of RGB (Red+Green+Blue) = 144+188+133=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BC85 is #6F437A. Grayscale: #A8A8A8. Windows color (decimal): -7291771 or 8764560. OLE color: 8764560.

HSL color Cylindrical-coordinate representation of color #90BC85: hue angle of 108º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BC85 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB144188133-
CMYK0.2300.290.26
HSL108º29.1%62.94%-
HSV(B)108º29.26%73.73%-
XYZ33.7243.5928.83-
YUV168.57107.92110.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=30.97%
G=40.43%
B=28.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441881330.2300.290.2610829.162.94
Hex90BC851701D1A6c1d3f
Octal22027420527035321543577
Binary1001000010111100100001011011101110111010110110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,188,133); }

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

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

 a { background-color: rgb(144,188,133); }

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

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

 span { border-color: rgb(144,188,133); }

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