#90B150

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

Shades of Chelsea Cucumber #90B150

Tints of Chelsea Cucumber #90B150

Color information

#90B150 (or 0x90B150) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, B1 and 50. RGB value is (144,177,80). Sum of RGB (Red+Green+Blue) = 144+177+80=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #90B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B150 is #6F4EAF. Grayscale: #9C9C9C. Windows color (decimal): -7294640 or 5288336. OLE color: 5288336.

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

Color convert

RGB14417780-
CMYK0.1900.550.31
HSL80.41º38.34%50.39%-
HSV(B)80.41º54.8%69.41%-
XYZ28.6737.9513.4-
YUV156.0785.07119.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=35.91%
G=44.14%
B=19.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144177800.1900.550.3180.4138.3450.39
Hex90B150130371F502632
Octal22026112023067371204662
Binary10010000101100011010000100110110111111111010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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