Html Css Color HEX #96B23F Limerick

📋 copy color: '#96B23F'

red 150 ◦ green 178 ◦ blue 63

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

Shades of Limerick #96B23F

Tints of Limerick #96B23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.11%

R = 38.36%
G = 45.52%
B = 16.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#96B23F (or 0x96B23F) is known color: Limerick. HEX triplet: 96, B2 and 3F. RGB value is (150,178,63). Sum of RGB (Red+Green+Blue) = 150+178+63=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #96B23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B23F is #694DC0. Grayscale: #9C9C9C. Windows color (decimal): -6901185 or 4174486. OLE color: 4174486.

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

Color convert

RGB 150 178 63 -
CMYK 0.16 0 0.65 0.30
HSL 74.61º 0.48% 0.47% -
HSV(B) 74.61º 0.65% 0.7% -
XYZ 29.4 38.68 10.62 -
YUV 156.52 75.22 123.35 -
System Red Green Blue C M Y K H S L
Decimal 150 178 63 0.16 0 0.65 0.30 74.61 0.48 0.47
Hex 96 B2 3F 10 0 41 1E 4B 30 2F
Octal 226 262 77 20 0 101 36 113 60 57
Binary 10010110 10110010 111111 10000 0 1000001 11110 1001011 110000 101111

Color Harmonies of #96B23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B23F

Black with #96B23F

Text Example


Text Example

White with #96B23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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