#8AB760

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

Shades of Chelsea Cucumber #8AB760

Tints of Chelsea Cucumber #8AB760

Color information

#8AB760 (or 0x8AB760) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B7 and 60. RGB value is (138,183,96). Sum of RGB (Red+Green+Blue) = 138+183+96=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB760 is #75489F. Grayscale: #9F9F9F. Windows color (decimal): -7686304 or 6338442. OLE color: 6338442.

HSL color Cylindrical-coordinate representation of color #8AB760: hue angle of 91.03º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AB760 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB13818396-
CMYK0.2500.480.28
HSL91.03º37.66%54.71%-
HSV(B)91.03º47.54%71.76%-
XYZ29.5340.1117.25-
YUV159.6392.09112.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 183 (71.88% from 255) = 43.88%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=33.09%
G=43.88%
B=23.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138183960.2500.480.2891.0337.6654.71
Hex8AB760190301C5b2637
Octal21226714031060341334667
Binary10001010101101111100000110010110000111001011011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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