#8AA269

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

Shades of Chelsea Cucumber #8AA269

Tints of Chelsea Cucumber #8AA269

Color information

#8AA269 (or 0x8AA269) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A2 and 69. RGB value is (138,162,105). Sum of RGB (Red+Green+Blue) = 138+162+105=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA269 is #755D96. Grayscale: #949494. Windows color (decimal): -7691671 or 6922890. OLE color: 6922890.

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

Color convert

RGB138162105-
CMYK0.1500.350.36
HSL85.26º23.46%52.35%-
HSV(B)85.26º35.19%63.53%-
XYZ25.9532.2618.22-
YUV148.33103.55120.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=34.07%
G=40%
B=25.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381621050.1500.350.3685.2623.4652.35
Hex8AA269F02324551734
Octal21224215117043441252764
Binary1000101010100010110100111110100011100100101010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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