#8BAF5C

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

Shades of Chelsea Cucumber #8BAF5C

Tints of Chelsea Cucumber #8BAF5C

Color information

#8BAF5C (or 0x8BAF5C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AF and 5C. RGB value is (139,175,92). Sum of RGB (Red+Green+Blue) = 139+175+92=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF5C is #7450A3. Grayscale: #9B9B9B. Windows color (decimal): -7622820 or 6074251. OLE color: 6074251.

HSL color Cylindrical-coordinate representation of color #8BAF5C: hue angle of 86.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BAF5C is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB13917592-
CMYK0.2100.470.31
HSL86.02º34.16%52.35%-
HSV(B)86.02º47.43%68.63%-
XYZ27.9136.9215.78-
YUV154.7792.57116.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.24%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=34.24%
G=43.10%
B=22.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139175920.2100.470.3186.0234.1652.35
Hex8BAF5C1502F1F562234
Octal21325713425057371264264
Binary10001011101011111011100101010101111111111010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,92); }

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

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

 a { background-color: rgb(139,175,92); }

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

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

 span { border-color: rgb(139,175,92); }

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