Html Css Color HEX #86B32C Limerick

📋 copy color: '#86B32C'

red 134 ◦ green 179 ◦ blue 44

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

Shades of Limerick #86B32C

Tints of Limerick #86B32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 37.54%
G = 50.14%
B = 12.32%

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

#86B32C (or 0x86B32C) is known color: Limerick. HEX triplet: 86, B3 and 2C. RGB value is (134,179,44). Sum of RGB (Red+Green+Blue) = 134+179+44=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #86B32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B32C is #794CD3. Grayscale: #969696. Windows color (decimal): -7949524 or 2929542. OLE color: 2929542.

HSL color Cylindrical-coordinate representation of color #86B32C: hue angle of 80º degrees, saturation: 0.61, 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 #86B32C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 44 -
CMYK 0.25 0 0.75 0.30
HSL 80º 0.61% 0.44% -
HSV(B) 80º 0.75% 0.7% -
XYZ 26.41 37.49 8.23 -
YUV 150.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 134 179 44 0.25 0 0.75 0.30 80 0.61 0.44
Hex 86 B3 2C 19 0 4B 1E 50 3D 2C
Octal 206 263 54 31 0 113 36 120 75 54
Binary 10000110 10110011 101100 11001 0 1001011 11110 1010000 111101 101100

Color Harmonies of #86B32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B32C

Black with #86B32C

Text Example


Text Example

White with #86B32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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