Html Css Color HEX #96B534 Limerick

📋 copy color: '#96B534'

red 150 ◦ green 181 ◦ blue 52

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

Shades of Limerick #96B534

Tints of Limerick #96B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 52 (20.7% from 255) = 13.58%

R = 39.16%
G = 47.26%
B = 13.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#96B534 (or 0x96B534) is known color: Limerick. HEX triplet: 96, B5 and 34. RGB value is (150,181,52). Sum of RGB (Red+Green+Blue) = 150+181+52=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #96B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B534 is #694ACB. Grayscale: #9D9D9D. Windows color (decimal): -6900428 or 3454358. OLE color: 3454358.

HSL color Cylindrical-coordinate representation of color #96B534: hue angle of 74.42º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96B534 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 52 -
CMYK 0.17 0 0.71 0.29
HSL 74.42º 0.55% 0.46% -
HSV(B) 74.42º 0.71% 0.71% -
XYZ 29.72 39.78 9.36 -
YUV 157.03 68.73 122.99 -
System Red Green Blue C M Y K H S L
Decimal 150 181 52 0.17 0 0.71 0.29 74.42 0.55 0.46
Hex 96 B5 34 11 0 47 1D 4A 37 2E
Octal 226 265 64 21 0 107 35 112 67 56
Binary 10010110 10110101 110100 10001 0 1000111 11101 1001010 110111 101110

Color Harmonies of #96B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B534

Black with #96B534

Text Example


Text Example

White with #96B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,181,52); }

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

background-color css

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

 a { background-color: rgb(150,181,52); }

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

border-color css

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

 span { border-color: rgb(150,181,52); }

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