#8AB949

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

Shades of Chelsea Cucumber #8AB949

Tints of Chelsea Cucumber #8AB949

Color information

#8AB949 (or 0x8AB949) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B9 and 49. RGB value is (138,185,73). Sum of RGB (Red+Green+Blue) = 138+185+73=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB949 is #7546B6. Grayscale: #9E9E9E. Windows color (decimal): -7685815 or 4831626. OLE color: 4831626.

HSL color Cylindrical-coordinate representation of color #8AB949: hue angle of 85.18º degrees, saturation: 0.44, 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 #8AB949 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB13818573-
CMYK0.2500.610.27
HSL85.18º44.44%50.59%-
HSV(B)85.18º60.54%72.55%-
XYZ29.0340.5812.61-
YUV158.1879.93113.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 185 (72.66% from 255) = 46.72%
BLUE value IS 73 (28.91% from 255) = 18.43%
R=34.85%
G=46.72%
B=18.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138185730.2500.610.2785.1844.4450.59
Hex8AB9491903D1B552c33
Octal21227111131075331255463
Binary10001010101110011001001110010111101110111010101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,73); }

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

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

 a { background-color: rgb(138,185,73); }

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

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

 span { border-color: rgb(138,185,73); }

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