#8AB168

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

Shades of Chelsea Cucumber #8AB168

Tints of Chelsea Cucumber #8AB168

Color information

#8AB168 (or 0x8AB168) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B1 and 68. RGB value is (138,177,104). Sum of RGB (Red+Green+Blue) = 138+177+104=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB168 is #754E97. Grayscale: #9D9D9D. Windows color (decimal): -7687832 or 6861194. OLE color: 6861194.

HSL color Cylindrical-coordinate representation of color #8AB168: hue angle of 92.05º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AB168 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB138177104-
CMYK0.2200.410.31
HSL92.05º31.88%55.1%-
HSV(B)92.05º41.24%69.41%-
XYZ28.737.8518.89-
YUV157.0298.08114.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 177 (69.53% from 255) = 42.24%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=32.94%
G=42.24%
B=24.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381771040.2200.410.3192.0531.8855.1
Hex8AB168160291F5c2037
Octal21226115026051371344067
Binary10001010101100011101000101100101001111111011100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,177,104); }

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

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

 a { background-color: rgb(138,177,104); }

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

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

 span { border-color: rgb(138,177,104); }

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