Html Css Color HEX #96B338 Limerick

📋 copy color: '#96B338'

red 150 ◦ green 179 ◦ blue 56

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

Shades of Limerick #96B338

Tints of Limerick #96B338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.55%

R = 38.96%
G = 46.49%
B = 14.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#96B338 (or 0x96B338) is known color: Limerick. HEX triplet: 96, B3 and 38. RGB value is (150,179,56). Sum of RGB (Red+Green+Blue) = 150+179+56=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #96B338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B338 is #694CC7. Grayscale: #9C9C9C. Windows color (decimal): -6900936 or 3715990. OLE color: 3715990.

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

Color convert

RGB 150 179 56 -
CMYK 0.16 0 0.69 0.30
HSL 74.15º 0.52% 0.46% -
HSV(B) 74.15º 0.69% 0.7% -
XYZ 29.41 39.01 9.72 -
YUV 156.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 150 179 56 0.16 0 0.69 0.30 74.15 0.52 0.46
Hex 96 B3 38 10 0 45 1E 4A 34 2E
Octal 226 263 70 20 0 105 36 112 64 56
Binary 10010110 10110011 111000 10000 0 1000101 11110 1001010 110100 101110

Color Harmonies of #96B338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B338

Black with #96B338

Text Example


Text Example

White with #96B338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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