Html Css Color HEX #96B428 Limerick

📋 copy color: '#96B428'

red 150 ◦ green 180 ◦ blue 40

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

Shades of Limerick #96B428

Tints of Limerick #96B428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 40.54%
G = 48.65%
B = 10.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#96B428 (or 0x96B428) is known color: Limerick. HEX triplet: 96, B4 and 28. RGB value is (150,180,40). Sum of RGB (Red+Green+Blue) = 150+180+40=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #96B428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B428 is #694BD7. Grayscale: #9B9B9B. Windows color (decimal): -6900696 or 2667670. OLE color: 2667670.

HSL color Cylindrical-coordinate representation of color #96B428: hue angle of 72.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96B428 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 40 -
CMYK 0.17 0 0.78 0.29
HSL 72.86º 0.64% 0.43% -
HSV(B) 72.86º 0.78% 0.71% -
XYZ 29.28 39.28 8.05 -
YUV 155.07 63.06 124.38 -
System Red Green Blue C M Y K H S L
Decimal 150 180 40 0.17 0 0.78 0.29 72.86 0.64 0.43
Hex 96 B4 28 11 0 4E 1D 49 40 2B
Octal 226 264 50 21 0 116 35 111 100 53
Binary 10010110 10110100 101000 10001 0 1001110 11101 1001001 1000000 101011

Color Harmonies of #96B428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B428

Black with #96B428

Text Example


Text Example

White with #96B428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,40); }

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

background-color css

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

 a { background-color: rgb(150,180,40); }

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

border-color css

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

 span { border-color: rgb(150,180,40); }

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