Html Css Color HEX #86BA49 Chelsea Cucumber

📋 copy color: '#86BA49'

red 134 ◦ green 186 ◦ blue 73

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

Shades of Chelsea Cucumber #86BA49

Tints of Chelsea Cucumber #86BA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 34.1%
G = 47.33%
B = 18.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#86BA49 (or 0x86BA49) is known color: Chelsea Cucumber. HEX triplet: 86, BA and 49. RGB value is (134,186,73). Sum of RGB (Red+Green+Blue) = 134+186+73=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA49 is #7945B6. Grayscale: #9D9D9D. Windows color (decimal): -7947703 or 4831878. OLE color: 4831878.

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

Color convert

RGB 134 186 73 -
CMYK 0.28 0 0.61 0.27
HSL 87.61º 0.45% 0.51% -
HSV(B) 87.61º 0.61% 0.73% -
XYZ 28.59 40.67 12.65 -
YUV 157.57 80.27 111.19 -
System Red Green Blue C M Y K H S L
Decimal 134 186 73 0.28 0 0.61 0.27 87.61 0.45 0.51
Hex 86 BA 49 1C 0 3D 1B 58 2D 33
Octal 206 272 111 34 0 75 33 130 55 63
Binary 10000110 10111010 1001001 11100 0 111101 11011 1011000 101101 110011

Color Harmonies of #86BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA49

Black with #86BA49

Text Example


Text Example

White with #86BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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