#90B14A

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

Shades of Chelsea Cucumber #90B14A

Tints of Chelsea Cucumber #90B14A

Color information

#90B14A (or 0x90B14A) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, B1 and 4A. RGB value is (144,177,74). Sum of RGB (Red+Green+Blue) = 144+177+74=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #90B14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B14A is #6F4EB5. Grayscale: #9B9B9B. Windows color (decimal): -7294646 or 4895120. OLE color: 4895120.

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

Color convert

RGB14417774-
CMYK0.1900.580.31
HSL79.22º41.04%49.22%-
HSV(B)79.22º58.19%69.41%-
XYZ28.4637.8712.29-
YUV155.3982.07119.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 177 (69.53% from 255) = 44.81%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=36.46%
G=44.81%
B=18.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144177740.1900.580.3179.2241.0449.22
Hex90B14A1303A1F4f2931
Octal22026111223072371175161
Binary10010000101100011001010100110111010111111001111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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