#8AA35C

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

Shades of Chelsea Cucumber #8AA35C

Tints of Chelsea Cucumber #8AA35C

Color information

#8AA35C (or 0x8AA35C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A3 and 5C. RGB value is (138,163,92). Sum of RGB (Red+Green+Blue) = 138+163+92=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA35C is #755CA3. Grayscale: #939393. Windows color (decimal): -7691428 or 6071178. OLE color: 6071178.

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

Color convert

RGB13816392-
CMYK0.1500.440.36
HSL81.13º27.84%50%-
HSV(B)81.13º43.56%63.92%-
XYZ25.5132.3715.03-
YUV147.4396.72121.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 163 (64.06% from 255) = 41.48%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=35.11%
G=41.48%
B=23.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138163920.1500.440.3681.1327.8450
Hex8AA35CF02C24511c32
Octal21224313417054441213462
Binary1000101010100011101110011110101100100100101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,92); }

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

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

 a { background-color: rgb(138,163,92); }

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

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

 span { border-color: rgb(138,163,92); }

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