#90B264

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

Shades of Chelsea Cucumber #90B264

Tints of Chelsea Cucumber #90B264

Color information

#90B264 (or 0x90B264) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, B2 and 64. RGB value is (144,178,100). Sum of RGB (Red+Green+Blue) = 144+178+100=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #90B264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90B264 is #6F4D9B. Grayscale: #9F9F9F. Windows color (decimal): -7294364 or 6599312. OLE color: 6599312.

HSL color Cylindrical-coordinate representation of color #90B264: hue angle of 86.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90B264 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB144178100-
CMYK0.1900.440.30
HSL86.15º33.62%54.51%-
HSV(B)86.15º43.82%69.8%-
XYZ29.7238.6917.96-
YUV158.9494.74117.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 178 (69.92% from 255) = 42.18%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=34.12%
G=42.18%
B=23.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441781000.1900.440.3086.1533.6254.51
Hex90B2641302C1E562237
Octal22026214423054361264267
Binary10010000101100101100100100110101100111101010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,178,100); }

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

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

 a { background-color: rgb(144,178,100); }

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

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

 span { border-color: rgb(144,178,100); }

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