Html Css Color HEX #8CB835 Limerick

📋 copy color: '#8CB835'

red 140 ◦ green 184 ◦ blue 53

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

Shades of Limerick #8CB835

Tints of Limerick #8CB835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.06%

R = 37.14%
G = 48.81%
B = 14.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#8CB835 (or 0x8CB835) is known color: Limerick. HEX triplet: 8C, B8 and 35. RGB value is (140,184,53). Sum of RGB (Red+Green+Blue) = 140+184+53=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB835 is #7347CA. Grayscale: #9C9C9C. Windows color (decimal): -7555019 or 3520652. OLE color: 3520652.

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

Color convert

RGB 140 184 53 -
CMYK 0.24 0 0.71 0.28
HSL 80.15º 0.55% 0.46% -
HSV(B) 80.15º 0.71% 0.72% -
XYZ 28.6 40.11 9.6 -
YUV 155.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 140 184 53 0.24 0 0.71 0.28 80.15 0.55 0.46
Hex 8C B8 35 18 0 47 1C 50 37 2E
Octal 214 270 65 30 0 107 34 120 67 56
Binary 10001100 10111000 110101 11000 0 1000111 11100 1010000 110111 101110

Color Harmonies of #8CB835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB835

Black with #8CB835

Text Example


Text Example

White with #8CB835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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