#90B160

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

Shades of Chelsea Cucumber #90B160

Tints of Chelsea Cucumber #90B160

Color information

#90B160 (or 0x90B160) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, B1 and 60. RGB value is (144,177,96). Sum of RGB (Red+Green+Blue) = 144+177+96=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #90B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B160 is #6F4E9F. Grayscale: #9E9E9E. Windows color (decimal): -7294624 or 6336912. OLE color: 6336912.

HSL color Cylindrical-coordinate representation of color #90B160: hue angle of 84.44º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90B160 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB14417796-
CMYK0.1900.460.31
HSL84.44º34.18%53.53%-
HSV(B)84.44º45.76%69.41%-
XYZ29.3438.2216.9-
YUV157.993.07118.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=34.53%
G=42.45%
B=23.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144177960.1900.460.3184.4434.1853.53
Hex90B1601302E1F542236
Octal22026114023056371244266
Binary10010000101100011100000100110101110111111010100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,177,96); }

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

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

 a { background-color: rgb(144,177,96); }

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

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

 span { border-color: rgb(144,177,96); }

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