Html Css Color HEX #8CA529 Limerick

📋 copy color: '#8CA529'

red 140 ◦ green 165 ◦ blue 41

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

Shades of Limerick #8CA529

Tints of Limerick #8CA529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 40.46%
G = 47.69%
B = 11.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#8CA529 (or 0x8CA529) is known color: Limerick. HEX triplet: 8C, A5 and 29. RGB value is (140,165,41). Sum of RGB (Red+Green+Blue) = 140+165+41=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA529 is #735AD6. Grayscale: #8F8F8F. Windows color (decimal): -7559895 or 2729356. OLE color: 2729356.

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

Color convert

RGB 140 165 41 -
CMYK 0.15 0 0.75 0.35
HSL 72.1º 0.6% 0.4% -
HSV(B) 72.1º 0.75% 0.65% -
XYZ 24.67 32.65 7.1 -
YUV 143.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 140 165 41 0.15 0 0.75 0.35 72.1 0.6 0.4
Hex 8C A5 29 F 0 4B 23 48 3C 28
Octal 214 245 51 17 0 113 43 110 74 50
Binary 10001100 10100101 101001 1111 0 1001011 100011 1001000 111100 101000

Color Harmonies of #8CA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA529

Black with #8CA529

Text Example


Text Example

White with #8CA529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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