#8ABB48

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

Shades of Chelsea Cucumber #8ABB48

Tints of Chelsea Cucumber #8ABB48

Color information

#8ABB48 (or 0x8ABB48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, BB and 48. RGB value is (138,187,72). Sum of RGB (Red+Green+Blue) = 138+187+72=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB48 is #7544B7. Grayscale: #9F9F9F. Windows color (decimal): -7685304 or 4766602. OLE color: 4766602.

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

Color convert

RGB13818772-
CMYK0.2600.610.27
HSL85.57º45.82%50.78%-
HSV(B)85.57º61.5%73.33%-
XYZ29.4241.4112.57-
YUV159.2478.77112.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=34.76%
G=47.10%
B=18.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138187720.2600.610.2785.5745.8250.78
Hex8ABB481A03D1B562e33
Octal21227311032075331265663
Binary10001010101110111001000110100111101110111010110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,187,72); }

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

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

 a { background-color: rgb(138,187,72); }

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

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

 span { border-color: rgb(138,187,72); }

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