Html Css Color HEX #86AC52 Chelsea Cucumber

📋 copy color: '#86AC52'

red 134 ◦ green 172 ◦ blue 82

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

Shades of Chelsea Cucumber #86AC52

Tints of Chelsea Cucumber #86AC52

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.33%

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

R = 34.54%
G = 44.33%
B = 21.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#86AC52 (or 0x86AC52) is known color: Chelsea Cucumber. HEX triplet: 86, AC and 52. RGB value is (134,172,82). Sum of RGB (Red+Green+Blue) = 134+172+82=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC52 is #7953AD. Grayscale: #969696. Windows color (decimal): -7951278 or 5418118. OLE color: 5418118.

HSL color Cylindrical-coordinate representation of color #86AC52: hue angle of 85.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86AC52 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 82 -
CMYK 0.22 0 0.52 0.33
HSL 85.33º 0.35% 0.5% -
HSV(B) 85.33º 0.52% 0.67% -
XYZ 26.11 35.18 13.4 -
YUV 150.38 89.41 116.32 -
System Red Green Blue C M Y K H S L
Decimal 134 172 82 0.22 0 0.52 0.33 85.33 0.35 0.5
Hex 86 AC 52 16 0 34 21 55 23 32
Octal 206 254 122 26 0 64 41 125 43 62
Binary 10000110 10101100 1010010 10110 0 110100 100001 1010101 100011 110010

Color Harmonies of #86AC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC52

Black with #86AC52

Text Example


Text Example

White with #86AC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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