Html Css Color HEX #8CB93C Limerick

📋 copy color: '#8CB93C'

red 140 ◦ green 185 ◦ blue 60

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

Shades of Limerick #8CB93C

Tints of Limerick #8CB93C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.05%

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 36.36%
G = 48.05%
B = 15.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#8CB93C (or 0x8CB93C) is known color: Limerick. HEX triplet: 8C, B9 and 3C. RGB value is (140,185,60). Sum of RGB (Red+Green+Blue) = 140+185+60=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB93C is #7346C3. Grayscale: #9D9D9D. Windows color (decimal): -7554756 or 3979660. OLE color: 3979660.

HSL color Cylindrical-coordinate representation of color #8CB93C: hue angle of 81.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CB93C is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 185 60 -
CMYK 0.24 0 0.68 0.27
HSL 81.6º 0.51% 0.48% -
HSV(B) 81.6º 0.68% 0.73% -
XYZ 28.98 40.6 10.58 -
YUV 157.3 73.09 115.66 -
System Red Green Blue C M Y K H S L
Decimal 140 185 60 0.24 0 0.68 0.27 81.6 0.51 0.48
Hex 8C B9 3C 18 0 44 1B 52 33 30
Octal 214 271 74 30 0 104 33 122 63 60
Binary 10001100 10111001 111100 11000 0 1000100 11011 1010010 110011 110000

Color Harmonies of #8CB93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB93C

Black with #8CB93C

Text Example


Text Example

White with #8CB93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,185,60); }

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

background-color css

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

 a { background-color: rgb(140,185,60); }

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

border-color css

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

 span { border-color: rgb(140,185,60); }

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