Html Css Color HEX #96B12F Limerick

📋 copy color: '#96B12F'

red 150 ◦ green 177 ◦ blue 47

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

Shades of Limerick #96B12F

Tints of Limerick #96B12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 40.11%
G = 47.33%
B = 12.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#96B12F (or 0x96B12F) is known color: Limerick. HEX triplet: 96, B1 and 2F. RGB value is (150,177,47). Sum of RGB (Red+Green+Blue) = 150+177+47=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #96B12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B12F is #694ED0. Grayscale: #9A9A9A. Windows color (decimal): -6901457 or 3125654. OLE color: 3125654.

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

Color convert

RGB 150 177 47 -
CMYK 0.15 0 0.73 0.31
HSL 72.46º 0.58% 0.44% -
HSV(B) 72.46º 0.73% 0.69% -
XYZ 28.81 38.13 8.53 -
YUV 154.11 67.55 125.07 -
System Red Green Blue C M Y K H S L
Decimal 150 177 47 0.15 0 0.73 0.31 72.46 0.58 0.44
Hex 96 B1 2F F 0 49 1F 48 3A 2C
Octal 226 261 57 17 0 111 37 110 72 54
Binary 10010110 10110001 101111 1111 0 1001001 11111 1001000 111010 101100

Color Harmonies of #96B12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B12F

Black with #96B12F

Text Example


Text Example

White with #96B12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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