Html Css Color HEX #8CB73D Limerick

📋 copy color: '#8CB73D'

red 140 ◦ green 183 ◦ blue 61

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

Shades of Limerick #8CB73D

Tints of Limerick #8CB73D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.66%

 BLUE value IS 61 (24.22% from 255) = 15.89%

R = 36.46%
G = 47.66%
B = 15.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#8CB73D (or 0x8CB73D) is known color: Limerick. HEX triplet: 8C, B7 and 3D. RGB value is (140,183,61). Sum of RGB (Red+Green+Blue) = 140+183+61=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB73D is #7348C2. Grayscale: #9C9C9C. Windows color (decimal): -7555267 or 4044684. OLE color: 4044684.

HSL color Cylindrical-coordinate representation of color #8CB73D: hue angle of 81.15º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CB73D is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 61 -
CMYK 0.23 0 0.67 0.28
HSL 81.15º 0.5% 0.48% -
HSV(B) 81.15º 0.67% 0.72% -
XYZ 28.59 39.78 10.59 -
YUV 156.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 140 183 61 0.23 0 0.67 0.28 81.15 0.5 0.48
Hex 8C B7 3D 17 0 43 1C 51 32 30
Octal 214 267 75 27 0 103 34 121 62 60
Binary 10001100 10110111 111101 10111 0 1000011 11100 1010001 110010 110000

Color Harmonies of #8CB73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB73D

Black with #8CB73D

Text Example


Text Example

White with #8CB73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,183,61); }

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

background-color css

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

 a { background-color: rgb(140,183,61); }

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

border-color css

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

 span { border-color: rgb(140,183,61); }

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