Html Css Color HEX #96B33B Limerick

📋 copy color: '#96B33B'

red 150 ◦ green 179 ◦ blue 59

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

Shades of Limerick #96B33B

Tints of Limerick #96B33B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

 BLUE value IS 59 (23.44% from 255) = 15.21%

R = 38.66%
G = 46.13%
B = 15.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#96B33B (or 0x96B33B) is known color: Limerick. HEX triplet: 96, B3 and 3B. RGB value is (150,179,59). Sum of RGB (Red+Green+Blue) = 150+179+59=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #96B33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B33B is #694CC4. Grayscale: #9D9D9D. Windows color (decimal): -6900933 or 3912598. OLE color: 3912598.

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

Color convert

RGB 150 179 59 -
CMYK 0.16 0 0.67 0.30
HSL 74.5º 0.5% 0.47% -
HSV(B) 74.5º 0.67% 0.7% -
XYZ 29.49 39.04 10.12 -
YUV 156.65 72.89 123.26 -
System Red Green Blue C M Y K H S L
Decimal 150 179 59 0.16 0 0.67 0.30 74.5 0.5 0.47
Hex 96 B3 3B 10 0 43 1E 4A 32 2F
Octal 226 263 73 20 0 103 36 112 62 57
Binary 10010110 10110011 111011 10000 0 1000011 11110 1001010 110010 101111

Color Harmonies of #96B33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B33B

Black with #96B33B

Text Example


Text Example

White with #96B33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,59); }

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

background-color css

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

 a { background-color: rgb(150,179,59); }

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

border-color css

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

 span { border-color: rgb(150,179,59); }

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