Html Css Color HEX #8CB928 Limerick

📋 copy color: '#8CB928'

red 140 ◦ green 185 ◦ blue 40

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

Shades of Limerick #8CB928

Tints of Limerick #8CB928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.96%

R = 38.36%
G = 50.68%
B = 10.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#8CB928 (or 0x8CB928) is known color: Limerick. HEX triplet: 8C, B9 and 28. RGB value is (140,185,40). Sum of RGB (Red+Green+Blue) = 140+185+40=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB928 is #7346D7. Grayscale: #9B9B9B. Windows color (decimal): -7554776 or 2668940. OLE color: 2668940.

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

Color convert

RGB 140 185 40 -
CMYK 0.24 0 0.78 0.27
HSL 78.62º 0.64% 0.44% -
HSV(B) 78.62º 0.78% 0.73% -
XYZ 28.55 40.43 8.31 -
YUV 155.02 63.09 117.29 -
System Red Green Blue C M Y K H S L
Decimal 140 185 40 0.24 0 0.78 0.27 78.62 0.64 0.44
Hex 8C B9 28 18 0 4E 1B 4F 40 2C
Octal 214 271 50 30 0 116 33 117 100 54
Binary 10001100 10111001 101000 11000 0 1001110 11011 1001111 1000000 101100

Color Harmonies of #8CB928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB928

Black with #8CB928

Text Example


Text Example

White with #8CB928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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