#8BAF68

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

Shades of Chelsea Cucumber #8BAF68

Tints of Chelsea Cucumber #8BAF68

Color information

#8BAF68 (or 0x8BAF68) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AF and 68. RGB value is (139,175,104). Sum of RGB (Red+Green+Blue) = 139+175+104=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF68 is #745097. Grayscale: #9C9C9C. Windows color (decimal): -7622808 or 6860683. OLE color: 6860683.

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

Color convert

RGB139175104-
CMYK0.2100.410.31
HSL90.42º30.74%54.71%-
HSV(B)90.42º40.57%68.63%-
XYZ28.4837.1518.77-
YUV156.1498.57115.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=33.25%
G=41.87%
B=24.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751040.2100.410.3190.4230.7454.71
Hex8BAF68150291F5a1f37
Octal21325715025051371323767
Binary1000101110101111110100010101010100111111101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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