Html Css Color HEX #86A950 Chelsea Cucumber

📋 copy color: '#86A950'

red 134 ◦ green 169 ◦ blue 80

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

Shades of Chelsea Cucumber #86A950

Tints of Chelsea Cucumber #86A950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.13%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 34.99%
G = 44.13%
B = 20.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#86A950 (or 0x86A950) is known color: Chelsea Cucumber. HEX triplet: 86, A9 and 50. RGB value is (134,169,80). Sum of RGB (Red+Green+Blue) = 134+169+80=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #86A950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A950 is #7956AF. Grayscale: #949494. Windows color (decimal): -7952048 or 5286278. OLE color: 5286278.

HSL color Cylindrical-coordinate representation of color #86A950: hue angle of 83.6º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86A950 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 169 80 -
CMYK 0.21 0 0.53 0.34
HSL 83.6º 0.36% 0.49% -
HSV(B) 83.6º 0.53% 0.66% -
XYZ 25.47 34.02 12.81 -
YUV 148.39 89.4 117.74 -
System Red Green Blue C M Y K H S L
Decimal 134 169 80 0.21 0 0.53 0.34 83.6 0.36 0.49
Hex 86 A9 50 15 0 35 22 54 24 31
Octal 206 251 120 25 0 65 42 124 44 61
Binary 10000110 10101001 1010000 10101 0 110101 100010 1010100 100100 110001

Color Harmonies of #86A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A950

Black with #86A950

Text Example


Text Example

White with #86A950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,169,80); }

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

background-color css

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

 a { background-color: rgb(134,169,80); }

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

border-color css

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

 span { border-color: rgb(134,169,80); }

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