Html Css Color HEX #8CB73A Limerick

📋 copy color: '#8CB73A'

red 140 ◦ green 183 ◦ blue 58

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

Shades of Limerick #8CB73A

Tints of Limerick #8CB73A

RGB

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

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

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

R = 36.75%
G = 48.03%
B = 15.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#8CB73A (or 0x8CB73A) is known color: Limerick. HEX triplet: 8C, B7 and 3A. RGB value is (140,183,58). Sum of RGB (Red+Green+Blue) = 140+183+58=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB73A is #7348C5. Grayscale: #9C9C9C. Windows color (decimal): -7555270 or 3848076. OLE color: 3848076.

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

Color convert

RGB 140 183 58 -
CMYK 0.23 0 0.68 0.28
HSL 80.64º 0.52% 0.47% -
HSV(B) 80.64º 0.68% 0.72% -
XYZ 28.51 39.75 10.17 -
YUV 155.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 140 183 58 0.23 0 0.68 0.28 80.64 0.52 0.47
Hex 8C B7 3A 17 0 44 1C 51 34 2F
Octal 214 267 72 27 0 104 34 121 64 57
Binary 10001100 10110111 111010 10111 0 1000100 11100 1010001 110100 101111

Color Harmonies of #8CB73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB73A

Black with #8CB73A

Text Example


Text Example

White with #8CB73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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