Html Css Color HEX #8CBB22 Limerick

📋 copy color: '#8CBB22'

red 140 ◦ green 187 ◦ blue 34

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

Shades of Limerick #8CBB22

Tints of Limerick #8CBB22

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.8%

 BLUE value IS 34 (13.67% from 255) = 9.42%

R = 38.78%
G = 51.8%
B = 9.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#8CBB22 (or 0x8CBB22) is known color: Limerick. HEX triplet: 8C, BB and 22. RGB value is (140,187,34). Sum of RGB (Red+Green+Blue) = 140+187+34=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBB22 is #7344DD. Grayscale: #9C9C9C. Windows color (decimal): -7554270 or 2276236. OLE color: 2276236.

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

Color convert

RGB 140 187 34 -
CMYK 0.25 0 0.82 0.27
HSL 78.43º 0.69% 0.43% -
HSV(B) 78.43º 0.82% 0.73% -
XYZ 28.87 41.23 7.95 -
YUV 155.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 140 187 34 0.25 0 0.82 0.27 78.43 0.69 0.43
Hex 8C BB 22 19 0 52 1B 4E 45 2B
Octal 214 273 42 31 0 122 33 116 105 53
Binary 10001100 10111011 100010 11001 0 1010010 11011 1001110 1000101 101011

Color Harmonies of #8CBB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB22

Black with #8CBB22

Text Example


Text Example

White with #8CBB22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,187,34); }

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

background-color css

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

 a { background-color: rgb(140,187,34); }

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

border-color css

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

 span { border-color: rgb(140,187,34); }

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