#8BA169

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

Shades of Chelsea Cucumber #8BA169

Tints of Chelsea Cucumber #8BA169

Color information

#8BA169 (or 0x8BA169) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A1 and 69. RGB value is (139,161,105). Sum of RGB (Red+Green+Blue) = 139+161+105=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA169 is #745E96. Grayscale: #949494. Windows color (decimal): -7626391 or 6922635. OLE color: 6922635.

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

Color convert

RGB139161105-
CMYK0.1400.350.37
HSL83.57º22.95%52.16%-
HSV(B)83.57º34.78%63.14%-
XYZ25.943218.17-
YUV148.04103.71121.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.32%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=34.32%
G=39.75%
B=25.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1391611050.1400.350.3783.5722.9552.16
Hex8BA169E02325541734
Octal21324115116043451242764
Binary1000101110100001110100111100100011100101101010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,161,105); }

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

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

 a { background-color: rgb(139,161,105); }

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

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

 span { border-color: rgb(139,161,105); }

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