Html Css Color HEX #8CB735 Limerick

📋 copy color: '#8CB735'

red 140 ◦ green 183 ◦ blue 53

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

Shades of Limerick #8CB735

Tints of Limerick #8CB735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

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

R = 37.23%
G = 48.67%
B = 14.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#8CB735 (or 0x8CB735) is known color: Limerick. HEX triplet: 8C, B7 and 35. RGB value is (140,183,53). Sum of RGB (Red+Green+Blue) = 140+183+53=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB735 is #7348CA. Grayscale: #9B9B9B. Windows color (decimal): -7555275 or 3520396. OLE color: 3520396.

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

Color convert

RGB 140 183 53 -
CMYK 0.23 0 0.71 0.28
HSL 79.85º 0.55% 0.46% -
HSV(B) 79.85º 0.71% 0.72% -
XYZ 28.39 39.7 9.53 -
YUV 155.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 140 183 53 0.23 0 0.71 0.28 79.85 0.55 0.46
Hex 8C B7 35 17 0 47 1C 50 37 2E
Octal 214 267 65 27 0 107 34 120 67 56
Binary 10001100 10110111 110101 10111 0 1000111 11100 1010000 110111 101110

Color Harmonies of #8CB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB735

Black with #8CB735

Text Example


Text Example

White with #8CB735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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