Html Css Color HEX #8CB923 Limerick

📋 copy color: '#8CB923'

red 140 ◦ green 185 ◦ blue 35

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

Shades of Limerick #8CB923

Tints of Limerick #8CB923

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.39%

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 38.89%
G = 51.39%
B = 9.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#8CB923 (or 0x8CB923) is known color: Limerick. HEX triplet: 8C, B9 and 23. RGB value is (140,185,35). Sum of RGB (Red+Green+Blue) = 140+185+35=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB923 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB923 is #7346DC. Grayscale: #9A9A9A. Windows color (decimal): -7554781 or 2341260. OLE color: 2341260.

HSL color Cylindrical-coordinate representation of color #8CB923: hue angle of 78º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CB923 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 185 35 -
CMYK 0.24 0 0.81 0.27
HSL 78º 0.68% 0.43% -
HSV(B) 78º 0.81% 0.73% -
XYZ 28.47 40.39 7.89 -
YUV 154.45 60.59 117.7 -
System Red Green Blue C M Y K H S L
Decimal 140 185 35 0.24 0 0.81 0.27 78 0.68 0.43
Hex 8C B9 23 18 0 51 1B 4E 44 2B
Octal 214 271 43 30 0 121 33 116 104 53
Binary 10001100 10111001 100011 11000 0 1010001 11011 1001110 1000100 101011

Color Harmonies of #8CB923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB923

Black with #8CB923

Text Example


Text Example

White with #8CB923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,185,35); }

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

background-color css

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

 a { background-color: rgb(140,185,35); }

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

border-color css

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

 span { border-color: rgb(140,185,35); }

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