Html Css Color HEX #86B049 Chelsea Cucumber

📋 copy color: '#86B049'

red 134 ◦ green 176 ◦ blue 73

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

Shades of Chelsea Cucumber #86B049

Tints of Chelsea Cucumber #86B049

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

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

R = 34.99%
G = 45.95%
B = 19.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#86B049 (or 0x86B049) is known color: Chelsea Cucumber. HEX triplet: 86, B0 and 49. RGB value is (134,176,73). Sum of RGB (Red+Green+Blue) = 134+176+73=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #86B049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B049 is #794FB6. Grayscale: #989898. Windows color (decimal): -7950263 or 4829318. OLE color: 4829318.

HSL color Cylindrical-coordinate representation of color #86B049: hue angle of 84.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86B049 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 176 73 -
CMYK 0.24 0 0.59 0.31
HSL 84.47º 0.41% 0.49% -
HSV(B) 84.47º 0.59% 0.69% -
XYZ 26.56 36.6 11.97 -
YUV 151.7 83.59 115.38 -
System Red Green Blue C M Y K H S L
Decimal 134 176 73 0.24 0 0.59 0.31 84.47 0.41 0.49
Hex 86 B0 49 18 0 3B 1F 54 29 31
Octal 206 260 111 30 0 73 37 124 51 61
Binary 10000110 10110000 1001001 11000 0 111011 11111 1010100 101001 110001

Color Harmonies of #86B049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B049

Black with #86B049

Text Example


Text Example

White with #86B049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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