#8AB661

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

Shades of Chelsea Cucumber #8AB661

Tints of Chelsea Cucumber #8AB661

Color information

#8AB661 (or 0x8AB661) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B6 and 61. RGB value is (138,182,97). Sum of RGB (Red+Green+Blue) = 138+182+97=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB661 is #75499E. Grayscale: #9F9F9F. Windows color (decimal): -7686559 or 6403722. OLE color: 6403722.

HSL color Cylindrical-coordinate representation of color #8AB661: hue angle of 91.06º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AB661 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB13818297-
CMYK0.2400.470.29
HSL91.06º36.8%54.71%-
HSV(B)91.06º46.7%71.37%-
XYZ29.3739.7217.43-
YUV159.1592.92112.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 182 (71.48% from 255) = 43.65%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=33.09%
G=43.65%
B=23.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138182970.2400.470.2991.0636.854.71
Hex8AB6611802F1D5b2537
Octal21226614130057351334567
Binary10001010101101101100001110000101111111011011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,97); }

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

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

 a { background-color: rgb(138,182,97); }

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

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

 span { border-color: rgb(138,182,97); }

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