#8AA26C

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

Shades of Chelsea Cucumber #8AA26C

Tints of Chelsea Cucumber #8AA26C

Color information

#8AA26C (or 0x8AA26C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A2 and 6C. RGB value is (138,162,108). Sum of RGB (Red+Green+Blue) = 138+162+108=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA26C is #755D93. Grayscale: #949494. Windows color (decimal): -7691668 or 7119498. OLE color: 7119498.

HSL color Cylindrical-coordinate representation of color #8AA26C: hue angle of 86.67º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AA26C is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB138162108-
CMYK0.1500.330.36
HSL86.67º22.5%52.94%-
HSV(B)86.67º33.33%63.53%-
XYZ26.1132.3319.05-
YUV148.67105.05120.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.82%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=33.82%
G=39.71%
B=26.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381621080.1500.330.3686.6722.552.94
Hex8AA26CF02124571735
Octal21224215417041441272765
Binary1000101010100010110110011110100001100100101011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,108); }

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

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

 a { background-color: rgb(138,162,108); }

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

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

 span { border-color: rgb(138,162,108); }

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