Html Css Color HEX #8CBA35 Limerick

📋 copy color: '#8CBA35'

red 140 ◦ green 186 ◦ blue 53

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

Shades of Limerick #8CBA35

Tints of Limerick #8CBA35

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.08%

 BLUE value IS 53 (21.09% from 255) = 13.98%

R = 36.94%
G = 49.08%
B = 13.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#8CBA35 (or 0x8CBA35) is known color: Limerick. HEX triplet: 8C, BA and 35. RGB value is (140,186,53). Sum of RGB (Red+Green+Blue) = 140+186+53=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA35 is #7345CA. Grayscale: #9D9D9D. Windows color (decimal): -7554507 or 3521164. OLE color: 3521164.

HSL color Cylindrical-coordinate representation of color #8CBA35: hue angle of 80.75º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CBA35 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 53 -
CMYK 0.25 0 0.72 0.27
HSL 80.75º 0.56% 0.47% -
HSV(B) 80.75º 0.72% 0.73% -
XYZ 29.02 40.95 9.74 -
YUV 157.08 69.26 115.81 -
System Red Green Blue C M Y K H S L
Decimal 140 186 53 0.25 0 0.72 0.27 80.75 0.56 0.47
Hex 8C BA 35 19 0 48 1B 51 38 2F
Octal 214 272 65 31 0 110 33 121 70 57
Binary 10001100 10111010 110101 11001 0 1001000 11011 1010001 111000 101111

Color Harmonies of #8CBA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA35

Black with #8CBA35

Text Example


Text Example

White with #8CBA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,186,53); }

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

background-color css

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

 a { background-color: rgb(140,186,53); }

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

border-color css

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

 span { border-color: rgb(140,186,53); }

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