#90B152

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

Shades of Chelsea Cucumber #90B152

Tints of Chelsea Cucumber #90B152

Color information

#90B152 (or 0x90B152) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, B1 and 52. RGB value is (144,177,82). Sum of RGB (Red+Green+Blue) = 144+177+82=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #90B152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B152 is #6F4EAD. Grayscale: #9C9C9C. Windows color (decimal): -7294638 or 5419408. OLE color: 5419408.

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

Color convert

RGB14417782-
CMYK0.1900.540.31
HSL80.84º37.85%50.78%-
HSV(B)80.84º53.67%69.41%-
XYZ28.7537.9813.8-
YUV156.386.07119.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 82 (32.42% from 255) = 20.35%
R=35.73%
G=43.92%
B=20.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144177820.1900.540.3180.8437.8550.78
Hex90B152130361F512633
Octal22026112223066371214663
Binary10010000101100011010010100110110110111111010001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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