Html Css Color HEX #8CA521 Limerick

📋 copy color: '#8CA521'

red 140 ◦ green 165 ◦ blue 33

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

Shades of Limerick #8CA521

Tints of Limerick #8CA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.82%

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 41.42%
G = 48.82%
B = 9.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#8CA521 (or 0x8CA521) is known color: Limerick. HEX triplet: 8C, A5 and 21. RGB value is (140,165,33). Sum of RGB (Red+Green+Blue) = 140+165+33=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA521 is #735ADE. Grayscale: #8E8E8E. Windows color (decimal): -7559903 or 2205068. OLE color: 2205068.

HSL color Cylindrical-coordinate representation of color #8CA521: hue angle of 71.36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CA521 is Cyan = 0.15, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 33 -
CMYK 0.15 0 0.8 0.35
HSL 71.36º 0.67% 0.39% -
HSV(B) 71.36º 0.8% 0.65% -
XYZ 24.54 32.6 6.44 -
YUV 142.48 66.22 126.23 -
System Red Green Blue C M Y K H S L
Decimal 140 165 33 0.15 0 0.8 0.35 71.36 0.67 0.39
Hex 8C A5 21 F 0 50 23 47 43 27
Octal 214 245 41 17 0 120 43 107 103 47
Binary 10001100 10100101 100001 1111 0 1010000 100011 1000111 1000011 100111

Color Harmonies of #8CA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA521

Black with #8CA521

Text Example


Text Example

White with #8CA521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,165,33); }

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

background-color css

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

 a { background-color: rgb(140,165,33); }

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

border-color css

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

 span { border-color: rgb(140,165,33); }

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