Html Css Color HEX #96B52F Limerick

📋 copy color: '#96B52F'

red 150 ◦ green 181 ◦ blue 47

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

Shades of Limerick #96B52F

Tints of Limerick #96B52F

RGB

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

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

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

R = 39.68%
G = 47.88%
B = 12.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#96B52F (or 0x96B52F) is known color: Limerick. HEX triplet: 96, B5 and 2F. RGB value is (150,181,47). Sum of RGB (Red+Green+Blue) = 150+181+47=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #96B52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B52F is #694AD0. Grayscale: #9C9C9C. Windows color (decimal): -6900433 or 3126678. OLE color: 3126678.

HSL color Cylindrical-coordinate representation of color #96B52F: hue angle of 73.88º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96B52F is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 47 -
CMYK 0.17 0 0.74 0.29
HSL 73.88º 0.59% 0.45% -
HSV(B) 73.88º 0.74% 0.71% -
XYZ 29.61 39.74 8.8 -
YUV 156.46 66.23 123.4 -
System Red Green Blue C M Y K H S L
Decimal 150 181 47 0.17 0 0.74 0.29 73.88 0.59 0.45
Hex 96 B5 2F 11 0 4A 1D 4A 3B 2D
Octal 226 265 57 21 0 112 35 112 73 55
Binary 10010110 10110101 101111 10001 0 1001010 11101 1001010 111011 101101

Color Harmonies of #96B52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B52F

Black with #96B52F

Text Example


Text Example

White with #96B52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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