Html Css Color HEX #96B33E Limerick

📋 copy color: '#96B33E'

red 150 ◦ green 179 ◦ blue 62

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

Shades of Limerick #96B33E

Tints of Limerick #96B33E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.78%

 BLUE value IS 62 (24.61% from 255) = 15.86%

R = 38.36%
G = 45.78%
B = 15.86%

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

#96B33E (or 0x96B33E) is known color: Limerick. HEX triplet: 96, B3 and 3E. RGB value is (150,179,62). Sum of RGB (Red+Green+Blue) = 150+179+62=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #96B33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B33E is #694CC1. Grayscale: #9D9D9D. Windows color (decimal): -6900930 or 4109206. OLE color: 4109206.

HSL color Cylindrical-coordinate representation of color #96B33E: hue angle of 74.87º degrees, saturation: 0.49, 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 #96B33E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 62 -
CMYK 0.16 0 0.65 0.30
HSL 74.87º 0.49% 0.47% -
HSV(B) 74.87º 0.65% 0.7% -
XYZ 29.57 39.07 10.54 -
YUV 156.99 74.39 123.01 -
System Red Green Blue C M Y K H S L
Decimal 150 179 62 0.16 0 0.65 0.30 74.87 0.49 0.47
Hex 96 B3 3E 10 0 41 1E 4B 31 2F
Octal 226 263 76 20 0 101 36 113 61 57
Binary 10010110 10110011 111110 10000 0 1000001 11110 1001011 110001 101111

Color Harmonies of #96B33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B33E

Black with #96B33E

Text Example


Text Example

White with #96B33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,62); }

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

background-color css

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

 a { background-color: rgb(150,179,62); }

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

border-color css

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

 span { border-color: rgb(150,179,62); }

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