#8AA263

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

Shades of Chelsea Cucumber #8AA263

Tints of Chelsea Cucumber #8AA263

Color information

#8AA263 (or 0x8AA263) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A2 and 63. RGB value is (138,162,99). Sum of RGB (Red+Green+Blue) = 138+162+99=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA263 is #755D9C. Grayscale: #939393. Windows color (decimal): -7691677 or 6529674. OLE color: 6529674.

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

Color convert

RGB13816299-
CMYK0.1500.390.36
HSL82.86º25.3%51.18%-
HSV(B)82.86º38.89%63.53%-
XYZ25.6532.1416.66-
YUV147.64100.55121.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 99 (39.06% from 255) = 24.81%
R=34.59%
G=40.60%
B=24.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162990.1500.390.3682.8625.351.18
Hex8AA263F02724531933
Octal21224214317047441233163
Binary1000101010100010110001111110100111100100101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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