#8AA267

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

Shades of Chelsea Cucumber #8AA267

Tints of Chelsea Cucumber #8AA267

Color information

#8AA267 (or 0x8AA267) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A2 and 67. RGB value is (138,162,103). Sum of RGB (Red+Green+Blue) = 138+162+103=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA267 is #755D98. Grayscale: #949494. Windows color (decimal): -7691673 or 6791818. OLE color: 6791818.

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

Color convert

RGB138162103-
CMYK0.1500.360.36
HSL84.41º24.08%51.96%-
HSV(B)84.41º36.42%63.53%-
XYZ25.8532.2217.69-
YUV148.1102.55120.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.24%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 103 (40.62% from 255) = 25.56%
R=34.24%
G=40.20%
B=25.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381621030.1500.360.3684.4124.0851.96
Hex8AA267F02424541834
Octal21224214717044441243064
Binary1000101010100010110011111110100100100100101010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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