#9ABA52

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

Shades of Chelsea Cucumber #9ABA52

Tints of Chelsea Cucumber #9ABA52

Color information

#9ABA52 (or 0x9ABA52) is unknown color: approx Chelsea Cucumber. HEX triplet: 9A, BA and 52. RGB value is (154,186,82). Sum of RGB (Red+Green+Blue) = 154+186+82=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA52 is #6545AD. Grayscale: #A4A4A4. Windows color (decimal): -6636974 or 5421722. OLE color: 5421722.

HSL color Cylindrical-coordinate representation of color #9ABA52: hue angle of 78.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ABA52 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB15418682-
CMYK0.1700.560.27
HSL78.46º42.98%52.55%-
HSV(B)78.46º55.91%72.94%-
XYZ32.4142.614.5-
YUV164.5881.4120.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 82 (32.42% from 255) = 19.43%
R=36.49%
G=44.08%
B=19.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154186820.1700.560.2778.4642.9852.55
Hex9ABA52110381B4e2b35
Octal23227212221070331165365
Binary10011010101110101010010100010111000110111001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,82); }

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

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

 a { background-color: rgb(154,186,82); }

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

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

 span { border-color: rgb(154,186,82); }

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