#90A54B

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

Shades of Chelsea Cucumber #90A54B

Tints of Chelsea Cucumber #90A54B

Color information

#90A54B (or 0x90A54B) is unknown color: approx Chelsea Cucumber. HEX triplet: 90, A5 and 4B. RGB value is (144,165,75). Sum of RGB (Red+Green+Blue) = 144+165+75=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #90A54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A54B is #6F5AB4. Grayscale: #949494. Windows color (decimal): -7297717 or 4957584. OLE color: 4957584.

HSL color Cylindrical-coordinate representation of color #90A54B: hue angle of 74º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90A54B is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB14416575-
CMYK0.1300.550.35
HSL74º37.5%47.06%-
HSV(B)74º54.55%64.71%-
XYZ26.2333.3511.71-
YUV148.4686.54124.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 165 (64.84% from 255) = 42.97%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=37.5%
G=42.97%
B=19.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144165750.1300.550.357437.547.06
Hex90A54BD037234a262f
Octal22024511315067431124657
Binary10010000101001011001011110101101111000111001010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,165,75); }

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

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

 a { background-color: rgb(144,165,75); }

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

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

 span { border-color: rgb(144,165,75); }

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