#90B460

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

Shades of Chelsea Cucumber #90B460

Tints of Chelsea Cucumber #90B460

Color information

#90B460 (or 0x90B460) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, B4 and 60. RGB value is (144,180,96). Sum of RGB (Red+Green+Blue) = 144+180+96=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #90B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B460 is #6F4B9F. Grayscale: #9F9F9F. Windows color (decimal): -7293856 or 6337680. OLE color: 6337680.

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

Color convert

RGB14418096-
CMYK0.200.470.29
HSL85.71º35.9%54.12%-
HSV(B)85.71º46.67%70.59%-
XYZ29.9339.4217.1-
YUV159.6692.07116.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 180 (70.70% from 255) = 42.86%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=34.29%
G=42.86%
B=22.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144180960.200.470.2985.7135.954.12
Hex90B4601402F1D562436
Octal22026414024057351264466
Binary10010000101101001100000101000101111111011010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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