#8BA369

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

Shades of Chelsea Cucumber #8BA369

Tints of Chelsea Cucumber #8BA369

Color information

#8BA369 (or 0x8BA369) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, A3 and 69. RGB value is (139,163,105). Sum of RGB (Red+Green+Blue) = 139+163+105=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA369 is #745C96. Grayscale: #959595. Windows color (decimal): -7625879 or 6923147. OLE color: 6923147.

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

Color convert

RGB139163105-
CMYK0.1500.360.36
HSL84.83º23.97%52.55%-
HSV(B)84.83º35.58%63.92%-
XYZ26.2932.718.29-
YUV149.21103.05120.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=34.15%
G=40.05%
B=25.80%

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
Decimal1391631050.1500.360.3684.8323.9752.55
Hex8BA369F02424551835
Octal21324315117044441253065
Binary1000101110100011110100111110100100100100101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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