Html Css Color HEX #86AD52 Chelsea Cucumber

📋 copy color: '#86AD52'

red 134 ◦ green 173 ◦ blue 82

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

Shades of Chelsea Cucumber #86AD52

Tints of Chelsea Cucumber #86AD52

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.47%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 34.45%
G = 44.47%
B = 21.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#86AD52 (or 0x86AD52) is known color: Chelsea Cucumber. HEX triplet: 86, AD and 52. RGB value is (134,173,82). Sum of RGB (Red+Green+Blue) = 134+173+82=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD52 is #7952AD. Grayscale: #979797. Windows color (decimal): -7951022 or 5418374. OLE color: 5418374.

HSL color Cylindrical-coordinate representation of color #86AD52: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86AD52 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 82 -
CMYK 0.23 0 0.53 0.32
HSL 85.71º 0.36% 0.5% -
HSV(B) 85.71º 0.53% 0.68% -
XYZ 26.3 35.56 13.46 -
YUV 150.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 134 173 82 0.23 0 0.53 0.32 85.71 0.36 0.5
Hex 86 AD 52 17 0 35 20 56 24 32
Octal 206 255 122 27 0 65 40 126 44 62
Binary 10000110 10101101 1010010 10111 0 110101 100000 1010110 100100 110010

Color Harmonies of #86AD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD52

Black with #86AD52

Text Example


Text Example

White with #86AD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,82); }

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

background-color css

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

 a { background-color: rgb(134,173,82); }

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

border-color css

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

 span { border-color: rgb(134,173,82); }

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