Html Css Color HEX #8CB434 Limerick

📋 copy color: '#8CB434'

red 140 ◦ green 180 ◦ blue 52

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

Shades of Limerick #8CB434

Tints of Limerick #8CB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.39%

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 37.63%
G = 48.39%
B = 13.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#8CB434 (or 0x8CB434) is known color: Limerick. HEX triplet: 8C, B4 and 34. RGB value is (140,180,52). Sum of RGB (Red+Green+Blue) = 140+180+52=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB434 is #734BCB. Grayscale: #999999. Windows color (decimal): -7556044 or 3454092. OLE color: 3454092.

HSL color Cylindrical-coordinate representation of color #8CB434: hue angle of 78.75º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CB434 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 180 52 -
CMYK 0.22 0 0.71 0.29
HSL 78.75º 0.55% 0.45% -
HSV(B) 78.75º 0.71% 0.71% -
XYZ 27.76 38.47 9.21 -
YUV 153.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 140 180 52 0.22 0 0.71 0.29 78.75 0.55 0.45
Hex 8C B4 34 16 0 47 1D 4F 37 2D
Octal 214 264 64 26 0 107 35 117 67 55
Binary 10001100 10110100 110100 10110 0 1000111 11101 1001111 110111 101101

Color Harmonies of #8CB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB434

Black with #8CB434

Text Example


Text Example

White with #8CB434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,180,52); }

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

background-color css

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

 a { background-color: rgb(140,180,52); }

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

border-color css

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

 span { border-color: rgb(140,180,52); }

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