#90B055

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

Shades of Chelsea Cucumber #90B055

Tints of Chelsea Cucumber #90B055

Color information

#90B055 (or 0x90B055) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, B0 and 55. RGB value is (144,176,85). Sum of RGB (Red+Green+Blue) = 144+176+85=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #90B055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B055 is #6F4FAA. Grayscale: #9C9C9C. Windows color (decimal): -7294891 or 5615760. OLE color: 5615760.

HSL color Cylindrical-coordinate representation of color #90B055: hue angle of 81.1º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90B055 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB14417685-
CMYK0.1800.520.31
HSL81.1º36.55%51.18%-
HSV(B)81.1º51.7%69.02%-
XYZ28.6737.6414.35-
YUV156.0687.9119.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=35.56%
G=43.46%
B=20.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144176850.1800.520.3181.136.5551.18
Hex90B055120341F512533
Octal22026012522064371214563
Binary10010000101100001010101100100110100111111010001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,176,85); }

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

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

 a { background-color: rgb(144,176,85); }

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

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

 span { border-color: rgb(144,176,85); }

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