Html Css Color HEX #8CB83D Limerick

📋 copy color: '#8CB83D'

red 140 ◦ green 184 ◦ blue 61

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

Shades of Limerick #8CB83D

Tints of Limerick #8CB83D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.79%

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

R = 36.36%
G = 47.79%
B = 15.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#8CB83D (or 0x8CB83D) is known color: Limerick. HEX triplet: 8C, B8 and 3D. RGB value is (140,184,61). Sum of RGB (Red+Green+Blue) = 140+184+61=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB83D is #7347C2. Grayscale: #9D9D9D. Windows color (decimal): -7555011 or 4044940. OLE color: 4044940.

HSL color Cylindrical-coordinate representation of color #8CB83D: hue angle of 81.46º 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 #8CB83D is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 61 -
CMYK 0.24 0 0.67 0.28
HSL 81.46º 0.5% 0.48% -
HSV(B) 81.46º 0.67% 0.72% -
XYZ 28.8 40.19 10.66 -
YUV 156.82 73.92 116 -
System Red Green Blue C M Y K H S L
Decimal 140 184 61 0.24 0 0.67 0.28 81.46 0.5 0.48
Hex 8C B8 3D 18 0 43 1C 51 32 30
Octal 214 270 75 30 0 103 34 121 62 60
Binary 10001100 10111000 111101 11000 0 1000011 11100 1010001 110010 110000

Color Harmonies of #8CB83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB83D

Black with #8CB83D

Text Example


Text Example

White with #8CB83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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