Html Css Color HEX #8CB838 Limerick

📋 copy color: '#8CB838'

red 140 ◦ green 184 ◦ blue 56

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

Shades of Limerick #8CB838

Tints of Limerick #8CB838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.74%

R = 36.84%
G = 48.42%
B = 14.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#8CB838 (or 0x8CB838) is known color: Limerick. HEX triplet: 8C, B8 and 38. RGB value is (140,184,56). Sum of RGB (Red+Green+Blue) = 140+184+56=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB838 is #7347C7. Grayscale: #9C9C9C. Windows color (decimal): -7555016 or 3717260. OLE color: 3717260.

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

Color convert

RGB 140 184 56 -
CMYK 0.24 0 0.70 0.28
HSL 80.63º 0.53% 0.47% -
HSV(B) 80.63º 0.7% 0.72% -
XYZ 28.67 40.14 9.98 -
YUV 156.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 140 184 56 0.24 0 0.70 0.28 80.63 0.53 0.47
Hex 8C B8 38 18 0 46 1C 51 35 2F
Octal 214 270 70 30 0 106 34 121 65 57
Binary 10001100 10111000 111000 11000 0 1000110 11100 1010001 110101 101111

Color Harmonies of #8CB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB838

Black with #8CB838

Text Example


Text Example

White with #8CB838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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