Html Css Color HEX #86B32D Limerick

📋 copy color: '#86B32D'

red 134 ◦ green 179 ◦ blue 45

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

Shades of Limerick #86B32D

Tints of Limerick #86B32D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50%

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 37.43%
G = 50%
B = 12.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#86B32D (or 0x86B32D) is known color: Limerick. HEX triplet: 86, B3 and 2D. RGB value is (134,179,45). Sum of RGB (Red+Green+Blue) = 134+179+45=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #86B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B32D is #794CD2. Grayscale: #969696. Windows color (decimal): -7949523 or 2995078. OLE color: 2995078.

HSL color Cylindrical-coordinate representation of color #86B32D: hue angle of 80.15º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86B32D is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 45 -
CMYK 0.25 0 0.75 0.30
HSL 80.15º 0.6% 0.44% -
HSV(B) 80.15º 0.75% 0.7% -
XYZ 26.43 37.5 8.33 -
YUV 150.27 68.59 116.4 -
System Red Green Blue C M Y K H S L
Decimal 134 179 45 0.25 0 0.75 0.30 80.15 0.6 0.44
Hex 86 B3 2D 19 0 4B 1E 50 3C 2C
Octal 206 263 55 31 0 113 36 120 74 54
Binary 10000110 10110011 101101 11001 0 1001011 11110 1010000 111100 101100

Color Harmonies of #86B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B32D

Black with #86B32D

Text Example


Text Example

White with #86B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,45); }

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

background-color css

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

 a { background-color: rgb(134,179,45); }

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

border-color css

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

 span { border-color: rgb(134,179,45); }

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