#90B450

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

Shades of Chelsea Cucumber #90B450

Tints of Chelsea Cucumber #90B450

Color information

#90B450 (or 0x90B450) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, B4 and 50. RGB value is (144,180,80). Sum of RGB (Red+Green+Blue) = 144+180+80=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #90B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90B450 is #6F4BAF. Grayscale: #9E9E9E. Windows color (decimal): -7293872 or 5289104. OLE color: 5289104.

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

Color convert

RGB14418080-
CMYK0.200.560.29
HSL81.6º40%50.98%-
HSV(B)81.6º55.56%70.59%-
XYZ29.2739.1513.6-
YUV157.8484.07118.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 180 (70.70% from 255) = 44.55%
BLUE value IS 80 (31.64% from 255) = 19.80%
R=35.64%
G=44.55%
B=19.80%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144180800.200.560.2981.64050.98
Hex90B450140381D522833
Octal22026412024070351225063
Binary10010000101101001010000101000111000111011010010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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