Html Css Color HEX #86BA44 Chelsea Cucumber

📋 copy color: '#86BA44'

red 134 ◦ green 186 ◦ blue 68

#86BA44
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #86BA44

Tints of Chelsea Cucumber #86BA44

RGB

 RED value IS 134 (52.73% from 255) = 34.54%

 GREEN value IS 186 (73.05% from 255) = 47.94%

 BLUE value IS 68 (26.95% from 255) = 17.53%

R = 34.54%
G = 47.94%
B = 17.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#86BA44 (or 0x86BA44) is known color: Chelsea Cucumber. HEX triplet: 86, BA and 44. RGB value is (134,186,68). Sum of RGB (Red+Green+Blue) = 134+186+68=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA44 is #7945BB. Grayscale: #9D9D9D. Windows color (decimal): -7947708 or 4504198. OLE color: 4504198.

HSL color Cylindrical-coordinate representation of color #86BA44: hue angle of 86.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86BA44 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 186 68 -
CMYK 0.28 0 0.63 0.27
HSL 86.44º 0.46% 0.5% -
HSV(B) 86.44º 0.63% 0.73% -
XYZ 28.43 40.6 11.81 -
YUV 157 77.77 111.59 -
System Red Green Blue C M Y K H S L
Decimal 134 186 68 0.28 0 0.63 0.27 86.44 0.46 0.5
Hex 86 BA 44 1C 0 3F 1B 56 2E 32
Octal 206 272 104 34 0 77 33 126 56 62
Binary 10000110 10111010 1000100 11100 0 111111 11011 1010110 101110 110010

Color Harmonies of #86BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA44

Black with #86BA44

Text Example


Text Example

White with #86BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86BA44;
 }
 .AnyTagClassName
 {
   color: #86BA44;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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