Html Css Color HEX #8CA32B Limerick

📋 copy color: '#8CA32B'

red 140 ◦ green 163 ◦ blue 43

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

Shades of Limerick #8CA32B

Tints of Limerick #8CA32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.11%

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 40.46%
G = 47.11%
B = 12.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#8CA32B (or 0x8CA32B) is known color: Limerick. HEX triplet: 8C, A3 and 2B. RGB value is (140,163,43). Sum of RGB (Red+Green+Blue) = 140+163+43=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA32B is #735CD4. Grayscale: #8E8E8E. Windows color (decimal): -7560405 or 2859916. OLE color: 2859916.

HSL color Cylindrical-coordinate representation of color #8CA32B: hue angle of 71.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CA32B is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 163 43 -
CMYK 0.14 0 0.74 0.36
HSL 71.5º 0.58% 0.4% -
HSV(B) 71.5º 0.74% 0.64% -
XYZ 24.35 31.94 7.17 -
YUV 142.44 71.88 126.26 -
System Red Green Blue C M Y K H S L
Decimal 140 163 43 0.14 0 0.74 0.36 71.5 0.58 0.4
Hex 8C A3 2B E 0 4A 24 48 3A 28
Octal 214 243 53 16 0 112 44 110 72 50
Binary 10001100 10100011 101011 1110 0 1001010 100100 1001000 111010 101000

Color Harmonies of #8CA32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA32B

Black with #8CA32B

Text Example


Text Example

White with #8CA32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,163,43); }

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

background-color css

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

 a { background-color: rgb(140,163,43); }

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

border-color css

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

 span { border-color: rgb(140,163,43); }

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