Html Css Color HEX #86AB45 Chelsea Cucumber

📋 copy color: '#86AB45'

red 134 ◦ green 171 ◦ blue 69

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

Shades of Chelsea Cucumber #86AB45

Tints of Chelsea Cucumber #86AB45

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.72%

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 35.83%
G = 45.72%
B = 18.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#86AB45 (or 0x86AB45) is known color: Chelsea Cucumber. HEX triplet: 86, AB and 45. RGB value is (134,171,69). Sum of RGB (Red+Green+Blue) = 134+171+69=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AB45 is #7954BA. Grayscale: #949494. Windows color (decimal): -7951547 or 4565894. OLE color: 4565894.

HSL color Cylindrical-coordinate representation of color #86AB45: hue angle of 81.76º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86AB45 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 171 69 -
CMYK 0.22 0 0.60 0.33
HSL 81.76º 0.43% 0.47% -
HSV(B) 81.76º 0.6% 0.67% -
XYZ 25.47 34.62 10.97 -
YUV 148.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 134 171 69 0.22 0 0.60 0.33 81.76 0.43 0.47
Hex 86 AB 45 16 0 3C 21 52 2A 2F
Octal 206 253 105 26 0 74 41 122 52 57
Binary 10000110 10101011 1000101 10110 0 111100 100001 1010010 101010 101111

Color Harmonies of #86AB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB45

Black with #86AB45

Text Example


Text Example

White with #86AB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,171,69); }

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

background-color css

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

 a { background-color: rgb(134,171,69); }

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

border-color css

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

 span { border-color: rgb(134,171,69); }

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