#8BAC4B

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

Shades of Chelsea Cucumber #8BAC4B

Tints of Chelsea Cucumber #8BAC4B

Color information

#8BAC4B (or 0x8BAC4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, AC and 4B. RGB value is (139,172,75). Sum of RGB (Red+Green+Blue) = 139+172+75=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC4B is #7453B4. Grayscale: #979797. Windows color (decimal): -7623605 or 4959371. OLE color: 4959371.

HSL color Cylindrical-coordinate representation of color #8BAC4B: hue angle of 80.41º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BAC4B is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB13917275-
CMYK0.1900.560.33
HSL80.41º39.27%48.43%-
HSV(B)80.41º56.4%67.45%-
XYZ26.6735.512.1-
YUV151.0885.07119.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 172 (67.58% from 255) = 44.56%
BLUE value IS 75 (29.69% from 255) = 19.43%
R=36.01%
G=44.56%
B=19.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139172750.1900.560.3380.4139.2748.43
Hex8BAC4B1303821502730
Octal21325411323070411204760
Binary100010111010110010010111001101110001000011010000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,172,75); }

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

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

 a { background-color: rgb(139,172,75); }

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

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

 span { border-color: rgb(139,172,75); }

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