#86BA4B

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

Shades of Chelsea Cucumber #86BA4B

Tints of Chelsea Cucumber #86BA4B

Color information

#86BA4B (or 0x86BA4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, BA and 4B. RGB value is (134,186,75). Sum of RGB (Red+Green+Blue) = 134+186+75=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA4B is #7945B4. Grayscale: #9E9E9E. Windows color (decimal): -7947701 or 4962950. OLE color: 4962950.

HSL color Cylindrical-coordinate representation of color #86BA4B: hue angle of 88.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86BA4B is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB13418675-
CMYK0.2800.600.27
HSL88.11º44.58%51.18%-
HSV(B)88.11º59.68%72.94%-
XYZ28.6640.6913-
YUV157.881.27111.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=33.92%
G=47.09%
B=18.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134186750.2800.600.2788.1144.5851.18
Hex86BA4B1C03C1B582d33
Octal20627211334074331305563
Binary10000110101110101001011111000111100110111011000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BA4B; }

 p { color: rgb(134,186,75); }

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

<style>
 a { background-color: #86BA4B; }

 a { background-color: rgb(134,186,75); }

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

<style>
 span { border-color: #86BA4B; }

 span { border-color: rgb(134,186,75); }

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