Html Css Color HEX #96BC26 Limerick

📋 copy color: '#96BC26'

red 150 ◦ green 188 ◦ blue 38

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

Shades of Limerick #96BC26

Tints of Limerick #96BC26

RGB

 RED value IS 150 (58.98% from 255) = 39.89%

 GREEN value IS 188 (73.83% from 255) = 50%

 BLUE value IS 38 (15.23% from 255) = 10.11%

R = 39.89%
G = 50%
B = 10.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#96BC26 (or 0x96BC26) is known color: Limerick. HEX triplet: 96, BC and 26. RGB value is (150,188,38). Sum of RGB (Red+Green+Blue) = 150+188+38=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC26 is #6943D9. Grayscale: #A0A0A0. Windows color (decimal): -6898650 or 2538646. OLE color: 2538646.

HSL color Cylindrical-coordinate representation of color #96BC26: hue angle of 75.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96BC26 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 38 -
CMYK 0.20 0 0.80 0.26
HSL 75.2º 0.66% 0.44% -
HSV(B) 75.2º 0.8% 0.74% -
XYZ 30.91 42.59 8.43 -
YUV 159.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 150 188 38 0.20 0 0.80 0.26 75.2 0.66 0.44
Hex 96 BC 26 14 0 50 1A 4B 42 2C
Octal 226 274 46 24 0 120 32 113 102 54
Binary 10010110 10111100 100110 10100 0 1010000 11010 1001011 1000010 101100

Color Harmonies of #96BC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC26

Black with #96BC26

Text Example


Text Example

White with #96BC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BC26; }

 p { color: rgb(150,188,38); }

 H1.HeaderClassName
 {
   color: #96BC26;
 }
 .AnyTagClassName
 {
   color: #96BC26;
 }
</style>

background-color css

<style>
 a { background-color: #96BC26; }

 a { background-color: rgb(150,188,38); }

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

border-color css

<style>
 span { border-color: #96BC26; }

 span { border-color: rgb(150,188,38); }

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