#9ABB50

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

Shades of Chelsea Cucumber #9ABB50

Tints of Chelsea Cucumber #9ABB50

Color information

#9ABB50 (or 0x9ABB50) is unknown color: approx Chelsea Cucumber. HEX triplet: 9A, BB and 50. RGB value is (154,187,80). Sum of RGB (Red+Green+Blue) = 154+187+80=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB50 is #6544AF. Grayscale: #A5A5A5. Windows color (decimal): -6636720 or 5290906. OLE color: 5290906.

HSL color Cylindrical-coordinate representation of color #9ABB50: hue angle of 78.5º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ABB50 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB15418780-
CMYK0.1800.570.27
HSL78.5º44.03%52.35%-
HSV(B)78.5º57.22%73.33%-
XYZ32.5442.9914.17-
YUV164.9480.07120.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.58%
GREEN value IS 187 (73.44% from 255) = 44.42%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=36.58%
G=44.42%
B=19.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154187800.1800.570.2778.544.0352.35
Hex9ABB50120391B4f2c34
Octal23227312022071331175464
Binary10011010101110111010000100100111001110111001111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABB50; }

 p { color: rgb(154,187,80); }

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

<style>
 a { background-color: #9ABB50; }

 a { background-color: rgb(154,187,80); }

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

<style>
 span { border-color: #9ABB50; }

 span { border-color: rgb(154,187,80); }

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