Html Css Color HEX #86A251 Chelsea Cucumber

📋 copy color: '#86A251'

red 134 ◦ green 162 ◦ blue 81

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

Shades of Chelsea Cucumber #86A251

Tints of Chelsea Cucumber #86A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.97%

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 35.54%
G = 42.97%
B = 21.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#86A251 (or 0x86A251) is known color: Chelsea Cucumber. HEX triplet: 86, A2 and 51. RGB value is (134,162,81). Sum of RGB (Red+Green+Blue) = 134+162+81=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #86A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A251 is #795DAE. Grayscale: #909090. Windows color (decimal): -7953839 or 5350022. OLE color: 5350022.

HSL color Cylindrical-coordinate representation of color #86A251: hue angle of 80.74º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86A251 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 162 81 -
CMYK 0.17 0 0.50 0.36
HSL 80.74º 0.33% 0.48% -
HSV(B) 80.74º 0.5% 0.64% -
XYZ 24.24 31.5 12.59 -
YUV 144.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 134 162 81 0.17 0 0.50 0.36 80.74 0.33 0.48
Hex 86 A2 51 11 0 32 24 51 21 30
Octal 206 242 121 21 0 62 44 121 41 60
Binary 10000110 10100010 1010001 10001 0 110010 100100 1010001 100001 110000

Color Harmonies of #86A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A251

Black with #86A251

Text Example


Text Example

White with #86A251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,162,81); }

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

background-color css

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

 a { background-color: rgb(134,162,81); }

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

border-color css

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

 span { border-color: rgb(134,162,81); }

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