Html Css Color HEX #96B622 Limerick

📋 copy color: '#96B622'

red 150 ◦ green 182 ◦ blue 34

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

Shades of Limerick #96B622

Tints of Limerick #96B622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.73%

 BLUE value IS 34 (13.67% from 255) = 9.29%

R = 40.98%
G = 49.73%
B = 9.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#96B622 (or 0x96B622) is known color: Limerick. HEX triplet: 96, B6 and 22. RGB value is (150,182,34). Sum of RGB (Red+Green+Blue) = 150+182+34=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #96B622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B622 is #6949DD. Grayscale: #9C9C9C. Windows color (decimal): -6900190 or 2274966. OLE color: 2274966.

HSL color Cylindrical-coordinate representation of color #96B622: hue angle of 72.97º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96B622 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 182 34 -
CMYK 0.18 0 0.81 0.29
HSL 72.97º 0.69% 0.42% -
HSV(B) 72.97º 0.81% 0.71% -
XYZ 29.59 40.06 7.69 -
YUV 155.56 59.4 124.03 -
System Red Green Blue C M Y K H S L
Decimal 150 182 34 0.18 0 0.81 0.29 72.97 0.69 0.42
Hex 96 B6 22 12 0 51 1D 49 45 2A
Octal 226 266 42 22 0 121 35 111 105 52
Binary 10010110 10110110 100010 10010 0 1010001 11101 1001001 1000101 101010

Color Harmonies of #96B622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B622

Black with #96B622

Text Example


Text Example

White with #96B622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,182,34); }

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

background-color css

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

 a { background-color: rgb(150,182,34); }

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

border-color css

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

 span { border-color: rgb(150,182,34); }

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