Html Css Color HEX #8CB01A Limerick

📋 copy color: '#8CB01A'

red 140 ◦ green 176 ◦ blue 26

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

Shades of Limerick #8CB01A

Tints of Limerick #8CB01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 40.94%
G = 51.46%
B = 7.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#8CB01A (or 0x8CB01A) is known color: Limerick. HEX triplet: 8C, B0 and 1A. RGB value is (140,176,26). Sum of RGB (Red+Green+Blue) = 140+176+26=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB01A is #734FE5. Grayscale: #949494. Windows color (decimal): -7557094 or 1749132. OLE color: 1749132.

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

Color convert

RGB 140 176 26 -
CMYK 0.20 0 0.85 0.31
HSL 74.4º 0.74% 0.4% -
HSV(B) 74.4º 0.85% 0.69% -
XYZ 26.53 36.7 6.66 -
YUV 148.14 59.07 122.2 -
System Red Green Blue C M Y K H S L
Decimal 140 176 26 0.20 0 0.85 0.31 74.4 0.74 0.4
Hex 8C B0 1A 14 0 55 1F 4A 4A 28
Octal 214 260 32 24 0 125 37 112 112 50
Binary 10001100 10110000 11010 10100 0 1010101 11111 1001010 1001010 101000

Color Harmonies of #8CB01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB01A

Black with #8CB01A

Text Example


Text Example

White with #8CB01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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