Html Css Color HEX #96AD1B Limerick

📋 copy color: '#96AD1B'

red 150 ◦ green 173 ◦ blue 27

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

Shades of Limerick #96AD1B

Tints of Limerick #96AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.43%

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 42.86%
G = 49.43%
B = 7.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#96AD1B (or 0x96AD1B) is known color: Limerick. HEX triplet: 96, AD and 1B. RGB value is (150,173,27). Sum of RGB (Red+Green+Blue) = 150+173+27=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD1B is #6952E4. Grayscale: #969696. Windows color (decimal): -6902501 or 1813910. OLE color: 1813910.

HSL color Cylindrical-coordinate representation of color #96AD1B: hue angle of 69.45º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96AD1B is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 27 -
CMYK 0.13 0 0.84 0.32
HSL 69.45º 0.73% 0.39% -
HSV(B) 69.45º 0.84% 0.68% -
XYZ 27.72 36.45 6.61 -
YUV 149.48 58.88 128.37 -
System Red Green Blue C M Y K H S L
Decimal 150 173 27 0.13 0 0.84 0.32 69.45 0.73 0.39
Hex 96 AD 1B D 0 54 20 45 49 27
Octal 226 255 33 15 0 124 40 105 111 47
Binary 10010110 10101101 11011 1101 0 1010100 100000 1000101 1001001 100111

Color Harmonies of #96AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD1B

Black with #96AD1B

Text Example


Text Example

White with #96AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,173,27); }

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

background-color css

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

 a { background-color: rgb(150,173,27); }

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

border-color css

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

 span { border-color: rgb(150,173,27); }

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