Html Css Color HEX #8CB63F Limerick

📋 copy color: '#8CB63F'

red 140 ◦ green 182 ◦ blue 63

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

Shades of Limerick #8CB63F

Tints of Limerick #8CB63F

RGB

 RED value IS 140 (55.08% from 255) = 36.36%

 GREEN value IS 182 (71.48% from 255) = 47.27%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 36.36%
G = 47.27%
B = 16.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#8CB63F (or 0x8CB63F) is known color: Limerick. HEX triplet: 8C, B6 and 3F. RGB value is (140,182,63). Sum of RGB (Red+Green+Blue) = 140+182+63=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB63F is #7349C0. Grayscale: #9C9C9C. Windows color (decimal): -7555521 or 4175500. OLE color: 4175500.

HSL color Cylindrical-coordinate representation of color #8CB63F: hue angle of 81.18º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CB63F is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 182 63 -
CMYK 0.23 0 0.65 0.29
HSL 81.18º 0.49% 0.48% -
HSV(B) 81.18º 0.65% 0.71% -
XYZ 28.44 39.39 10.81 -
YUV 155.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 140 182 63 0.23 0 0.65 0.29 81.18 0.49 0.48
Hex 8C B6 3F 17 0 41 1D 51 31 30
Octal 214 266 77 27 0 101 35 121 61 60
Binary 10001100 10110110 111111 10111 0 1000001 11101 1010001 110001 110000

Color Harmonies of #8CB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB63F

Black with #8CB63F

Text Example


Text Example

White with #8CB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB63F; }

 p { color: rgb(140,182,63); }

 H1.HeaderClassName
 {
   color: #8CB63F;
 }
 .AnyTagClassName
 {
   color: #8CB63F;
 }
</style>

background-color css

<style>
 a { background-color: #8CB63F; }

 a { background-color: rgb(140,182,63); }

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

border-color css

<style>
 span { border-color: #8CB63F; }

 span { border-color: rgb(140,182,63); }

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