Html Css Color HEX #8CB83A Limerick

📋 copy color: '#8CB83A'

red 140 ◦ green 184 ◦ blue 58

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

Shades of Limerick #8CB83A

Tints of Limerick #8CB83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 36.65%
G = 48.17%
B = 15.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#8CB83A (or 0x8CB83A) is known color: Limerick. HEX triplet: 8C, B8 and 3A. RGB value is (140,184,58). Sum of RGB (Red+Green+Blue) = 140+184+58=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB83A is #7347C5. Grayscale: #9C9C9C. Windows color (decimal): -7555014 or 3848332. OLE color: 3848332.

HSL color Cylindrical-coordinate representation of color #8CB83A: hue angle of 80.95º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CB83A is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 58 -
CMYK 0.24 0 0.68 0.28
HSL 80.95º 0.52% 0.47% -
HSV(B) 80.95º 0.68% 0.72% -
XYZ 28.72 40.16 10.24 -
YUV 156.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 140 184 58 0.24 0 0.68 0.28 80.95 0.52 0.47
Hex 8C B8 3A 18 0 44 1C 51 34 2F
Octal 214 270 72 30 0 104 34 121 64 57
Binary 10001100 10111000 111010 11000 0 1000100 11100 1010001 110100 101111

Color Harmonies of #8CB83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB83A

Black with #8CB83A

Text Example


Text Example

White with #8CB83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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