Html Css Color HEX #96B13B Limerick

📋 copy color: '#96B13B'

red 150 ◦ green 177 ◦ blue 59

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

Shades of Limerick #96B13B

Tints of Limerick #96B13B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.85%

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

R = 38.86%
G = 45.85%
B = 15.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#96B13B (or 0x96B13B) is known color: Limerick. HEX triplet: 96, B1 and 3B. RGB value is (150,177,59). Sum of RGB (Red+Green+Blue) = 150+177+59=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #96B13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B13B is #694EC4. Grayscale: #9B9B9B. Windows color (decimal): -6901445 or 3912086. OLE color: 3912086.

HSL color Cylindrical-coordinate representation of color #96B13B: hue angle of 73.73º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96B13B is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 59 -
CMYK 0.15 0 0.67 0.31
HSL 73.73º 0.5% 0.46% -
HSV(B) 73.73º 0.67% 0.69% -
XYZ 29.09 38.24 9.99 -
YUV 155.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 150 177 59 0.15 0 0.67 0.31 73.73 0.5 0.46
Hex 96 B1 3B F 0 43 1F 4A 32 2E
Octal 226 261 73 17 0 103 37 112 62 56
Binary 10010110 10110001 111011 1111 0 1000011 11111 1001010 110010 101110

Color Harmonies of #96B13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B13B

Black with #96B13B

Text Example


Text Example

White with #96B13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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