Html Css Color HEX #8CB834 Limerick

📋 copy color: '#8CB834'

red 140 ◦ green 184 ◦ blue 52

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

Shades of Limerick #8CB834

Tints of Limerick #8CB834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 37.23%
G = 48.94%
B = 13.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#8CB834 (or 0x8CB834) is known color: Limerick. HEX triplet: 8C, B8 and 34. RGB value is (140,184,52). Sum of RGB (Red+Green+Blue) = 140+184+52=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB834 is #7347CB. Grayscale: #9C9C9C. Windows color (decimal): -7555020 or 3455116. OLE color: 3455116.

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

Color convert

RGB 140 184 52 -
CMYK 0.24 0 0.72 0.28
HSL 80º 0.56% 0.46% -
HSV(B) 80º 0.72% 0.72% -
XYZ 28.58 40.1 9.48 -
YUV 155.8 69.42 116.73 -
System Red Green Blue C M Y K H S L
Decimal 140 184 52 0.24 0 0.72 0.28 80 0.56 0.46
Hex 8C B8 34 18 0 48 1C 50 38 2E
Octal 214 270 64 30 0 110 34 120 70 56
Binary 10001100 10111000 110100 11000 0 1001000 11100 1010000 111000 101110

Color Harmonies of #8CB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB834

Black with #8CB834

Text Example


Text Example

White with #8CB834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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