Html Css Color HEX #86A448 Chelsea Cucumber

📋 copy color: '#86A448'

red 134 ◦ green 164 ◦ blue 72

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

Shades of Chelsea Cucumber #86A448

Tints of Chelsea Cucumber #86A448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 36.22%
G = 44.32%
B = 19.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#86A448 (or 0x86A448) is known color: Chelsea Cucumber. HEX triplet: 86, A4 and 48. RGB value is (134,164,72). Sum of RGB (Red+Green+Blue) = 134+164+72=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #86A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A448 is #795BB7. Grayscale: #909090. Windows color (decimal): -7953336 or 4760710. OLE color: 4760710.

HSL color Cylindrical-coordinate representation of color #86A448: hue angle of 79.57º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86A448 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 164 72 -
CMYK 0.18 0 0.56 0.36
HSL 79.57º 0.39% 0.46% -
HSV(B) 79.57º 0.56% 0.64% -
XYZ 24.28 32.09 11.04 -
YUV 144.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 134 164 72 0.18 0 0.56 0.36 79.57 0.39 0.46
Hex 86 A4 48 12 0 38 24 50 27 2E
Octal 206 244 110 22 0 70 44 120 47 56
Binary 10000110 10100100 1001000 10010 0 111000 100100 1010000 100111 101110

Color Harmonies of #86A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A448

Black with #86A448

Text Example


Text Example

White with #86A448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,164,72); }

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

background-color css

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

 a { background-color: rgb(134,164,72); }

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

border-color css

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

 span { border-color: rgb(134,164,72); }

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