#8ABA44

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

Shades of Chelsea Cucumber #8ABA44

Tints of Chelsea Cucumber #8ABA44

Color information

#8ABA44 (or 0x8ABA44) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, BA and 44. RGB value is (138,186,68). Sum of RGB (Red+Green+Blue) = 138+186+68=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA44 is #7545BB. Grayscale: #9E9E9E. Windows color (decimal): -7685564 or 4504202. OLE color: 4504202.

HSL color Cylindrical-coordinate representation of color #8ABA44: hue angle of 84.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8ABA44 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB13818668-
CMYK0.2600.630.27
HSL84.41º46.46%49.8%-
HSV(B)84.41º63.44%72.94%-
XYZ29.0840.9411.84-
YUV158.277.1113.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 68 (26.95% from 255) = 17.35%
R=35.20%
G=47.45%
B=17.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138186680.2600.630.2784.4146.4649.8
Hex8ABA441A03F1B542e32
Octal21227210432077331245662
Binary10001010101110101000100110100111111110111010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABA44; }

 p { color: rgb(138,186,68); }

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

<style>
 a { background-color: #8ABA44; }

 a { background-color: rgb(138,186,68); }

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

<style>
 span { border-color: #8ABA44; }

 span { border-color: rgb(138,186,68); }

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