Html Css Color HEX #96B528 Limerick

📋 copy color: '#96B528'

red 150 ◦ green 181 ◦ blue 40

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

Shades of Limerick #96B528

Tints of Limerick #96B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.79%

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

R = 40.43%
G = 48.79%
B = 10.78%

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

#96B528 (or 0x96B528) is known color: Limerick. HEX triplet: 96, B5 and 28. RGB value is (150,181,40). Sum of RGB (Red+Green+Blue) = 150+181+40=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #96B528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B528 is #694AD7. Grayscale: #9C9C9C. Windows color (decimal): -6900440 or 2667926. OLE color: 2667926.

HSL color Cylindrical-coordinate representation of color #96B528: hue angle of 73.19º 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 #96B528 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 40 -
CMYK 0.17 0 0.78 0.29
HSL 73.19º 0.64% 0.43% -
HSV(B) 73.19º 0.78% 0.71% -
XYZ 29.48 39.68 8.11 -
YUV 155.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 150 181 40 0.17 0 0.78 0.29 73.19 0.64 0.43
Hex 96 B5 28 11 0 4E 1D 49 40 2B
Octal 226 265 50 21 0 116 35 111 100 53
Binary 10010110 10110101 101000 10001 0 1001110 11101 1001001 1000000 101011

Color Harmonies of #96B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B528

Black with #96B528

Text Example


Text Example

White with #96B528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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