Html Css Color HEX #8CB028 Limerick

📋 copy color: '#8CB028'

red 140 ◦ green 176 ◦ blue 40

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

Shades of Limerick #8CB028

Tints of Limerick #8CB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.44%

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

R = 39.33%
G = 49.44%
B = 11.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#8CB028 (or 0x8CB028) is known color: Limerick. HEX triplet: 8C, B0 and 28. RGB value is (140,176,40). Sum of RGB (Red+Green+Blue) = 140+176+40=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB028 is #734FD7. Grayscale: #969696. Windows color (decimal): -7557080 or 2666636. OLE color: 2666636.

HSL color Cylindrical-coordinate representation of color #8CB028: hue angle of 75.88º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CB028 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 176 40 -
CMYK 0.20 0 0.77 0.31
HSL 75.88º 0.63% 0.42% -
HSV(B) 75.88º 0.77% 0.69% -
XYZ 26.72 36.78 7.7 -
YUV 149.73 66.07 121.06 -
System Red Green Blue C M Y K H S L
Decimal 140 176 40 0.20 0 0.77 0.31 75.88 0.63 0.42
Hex 8C B0 28 14 0 4D 1F 4C 3F 2A
Octal 214 260 50 24 0 115 37 114 77 52
Binary 10001100 10110000 101000 10100 0 1001101 11111 1001100 111111 101010

Color Harmonies of #8CB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB028

Black with #8CB028

Text Example


Text Example

White with #8CB028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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