Html Css Color HEX #96B21F Limerick

📋 copy color: '#96B21F'

red 150 ◦ green 178 ◦ blue 31

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

Shades of Limerick #96B21F

Tints of Limerick #96B21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.64%

R = 41.78%
G = 49.58%
B = 8.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#96B21F (or 0x96B21F) is known color: Limerick. HEX triplet: 96, B2 and 1F. RGB value is (150,178,31). Sum of RGB (Red+Green+Blue) = 150+178+31=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #96B21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B21F is #694DE0. Grayscale: #999999. Windows color (decimal): -6901217 or 2077334. OLE color: 2077334.

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

Color convert

RGB 150 178 31 -
CMYK 0.16 0 0.83 0.30
HSL 71.43º 0.7% 0.41% -
HSV(B) 71.43º 0.83% 0.7% -
XYZ 28.75 38.42 7.2 -
YUV 152.87 59.22 125.95 -
System Red Green Blue C M Y K H S L
Decimal 150 178 31 0.16 0 0.83 0.30 71.43 0.7 0.41
Hex 96 B2 1F 10 0 53 1E 47 46 29
Octal 226 262 37 20 0 123 36 107 106 51
Binary 10010110 10110010 11111 10000 0 1010011 11110 1000111 1000110 101001

Color Harmonies of #96B21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B21F

Black with #96B21F

Text Example


Text Example

White with #96B21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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