#90BB52

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

Shades of Chelsea Cucumber #90BB52

Tints of Chelsea Cucumber #90BB52

Color information

#90BB52 (or 0x90BB52) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, BB and 52. RGB value is (144,187,82). Sum of RGB (Red+Green+Blue) = 144+187+82=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BB52 is #6F44AD. Grayscale: #A2A2A2. Windows color (decimal): -7292078 or 5421968. OLE color: 5421968.

HSL color Cylindrical-coordinate representation of color #90BB52: hue angle of 84.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90BB52 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB14418782-
CMYK0.2300.560.27
HSL84.57º43.57%52.75%-
HSV(B)84.57º56.15%73.33%-
XYZ30.7942.0814.48-
YUV162.1782.75115.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=34.87%
G=45.28%
B=19.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144187820.2300.560.2784.5743.5752.75
Hex90BB52170381B552c35
Octal22027312227070331255465
Binary10010000101110111010010101110111000110111010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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