#8AB650

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

Shades of Chelsea Cucumber #8AB650

Tints of Chelsea Cucumber #8AB650

Color information

#8AB650 (or 0x8AB650) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B6 and 50. RGB value is (138,182,80). Sum of RGB (Red+Green+Blue) = 138+182+80=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB650 is #7549AF. Grayscale: #9D9D9D. Windows color (decimal): -7686576 or 5289610. OLE color: 5289610.

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

Color convert

RGB13818280-
CMYK0.2400.560.29
HSL85.88º41.13%51.37%-
HSV(B)85.88º56.04%71.37%-
XYZ28.6639.4413.69-
YUV157.2284.42114.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 182 (71.48% from 255) = 45.5%
BLUE value IS 80 (31.64% from 255) = 20%
R=34.5%
G=45.5%
B=20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138182800.2400.560.2985.8841.1351.37
Hex8AB650180381D562933
Octal21226612030070351265163
Binary10001010101101101010000110000111000111011010110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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