#8AB749

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

Shades of Chelsea Cucumber #8AB749

Tints of Chelsea Cucumber #8AB749

Color information

#8AB749 (or 0x8AB749) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B7 and 49. RGB value is (138,183,73). Sum of RGB (Red+Green+Blue) = 138+183+73=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB749 is #7548B6. Grayscale: #9D9D9D. Windows color (decimal): -7686327 or 4831114. OLE color: 4831114.

HSL color Cylindrical-coordinate representation of color #8AB749: hue angle of 84.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AB749 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB13818373-
CMYK0.2500.600.28
HSL84.55º43.31%50.2%-
HSV(B)84.55º60.11%71.76%-
XYZ28.6239.7512.47-
YUV15780.59114.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 183 (71.88% from 255) = 46.45%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=35.03%
G=46.45%
B=18.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138183730.2500.600.2884.5543.3150.2
Hex8AB7491903C1C552b32
Octal21226711131074341255362
Binary10001010101101111001001110010111100111001010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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