Html Css Color HEX #96B232 Limerick

📋 copy color: '#96B232'

red 150 ◦ green 178 ◦ blue 50

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

Shades of Limerick #96B232

Tints of Limerick #96B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.09%

 BLUE value IS 50 (19.92% from 255) = 13.23%

R = 39.68%
G = 47.09%
B = 13.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#96B232 (or 0x96B232) is known color: Limerick. HEX triplet: 96, B2 and 32. RGB value is (150,178,50). Sum of RGB (Red+Green+Blue) = 150+178+50=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #96B232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B232 is #694DCD. Grayscale: #9B9B9B. Windows color (decimal): -6901198 or 3322518. OLE color: 3322518.

HSL color Cylindrical-coordinate representation of color #96B232: hue angle of 73.12º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96B232 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 50 -
CMYK 0.16 0 0.72 0.30
HSL 73.13º 0.56% 0.45% -
HSV(B) 73.13º 0.72% 0.7% -
XYZ 29.07 38.56 8.93 -
YUV 155.04 68.72 124.41 -
System Red Green Blue C M Y K H S L
Decimal 150 178 50 0.16 0 0.72 0.30 73.13 0.56 0.45
Hex 96 B2 32 10 0 48 1E 49 38 2D
Octal 226 262 62 20 0 110 36 111 70 55
Binary 10010110 10110010 110010 10000 0 1001000 11110 1001001 111000 101101

Color Harmonies of #96B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B232

Black with #96B232

Text Example


Text Example

White with #96B232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,50); }

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

background-color css

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

 a { background-color: rgb(150,178,50); }

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

border-color css

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

 span { border-color: rgb(150,178,50); }

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