#8AAB6B

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

Shades of Chelsea Cucumber #8AAB6B

Tints of Chelsea Cucumber #8AAB6B

Color information

#8AAB6B (or 0x8AAB6B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AB and 6B. RGB value is (138,171,107). Sum of RGB (Red+Green+Blue) = 138+171+107=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB6B is #755494. Grayscale: #9A9A9A. Windows color (decimal): -7689365 or 7056266. OLE color: 7056266.

HSL color Cylindrical-coordinate representation of color #8AAB6B: hue angle of 90.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AAB6B is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB138171107-
CMYK0.1900.370.33
HSL90.94º27.59%54.51%-
HSV(B)90.94º37.43%67.06%-
XYZ27.735.5919.32-
YUV153.84101.57116.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=33.17%
G=41.11%
B=25.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381711070.1900.370.3390.9427.5954.51
Hex8AAB6B13025215b1c37
Octal21225315323045411333467
Binary10001010101010111101011100110100101100001101101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,107); }

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

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

 a { background-color: rgb(138,171,107); }

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

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

 span { border-color: rgb(138,171,107); }

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