Html Css Color HEX #96BA2D Limerick

📋 copy color: '#96BA2D'

red 150 ◦ green 186 ◦ blue 45

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

Shades of Limerick #96BA2D

Tints of Limerick #96BA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.82%

 BLUE value IS 45 (17.97% from 255) = 11.81%

R = 39.37%
G = 48.82%
B = 11.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#96BA2D (or 0x96BA2D) is known color: Limerick. HEX triplet: 96, BA and 2D. RGB value is (150,186,45). Sum of RGB (Red+Green+Blue) = 150+186+45=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA2D is #6945D2. Grayscale: #9F9F9F. Windows color (decimal): -6899155 or 2996886. OLE color: 2996886.

HSL color Cylindrical-coordinate representation of color #96BA2D: hue angle of 75.32º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96BA2D is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 45 -
CMYK 0.19 0 0.76 0.27
HSL 75.32º 0.61% 0.45% -
HSV(B) 75.32º 0.76% 0.73% -
XYZ 30.61 41.79 8.94 -
YUV 159.16 63.57 121.46 -
System Red Green Blue C M Y K H S L
Decimal 150 186 45 0.19 0 0.76 0.27 75.32 0.61 0.45
Hex 96 BA 2D 13 0 4C 1B 4B 3D 2D
Octal 226 272 55 23 0 114 33 113 75 55
Binary 10010110 10111010 101101 10011 0 1001100 11011 1001011 111101 101101

Color Harmonies of #96BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA2D

Black with #96BA2D

Text Example


Text Example

White with #96BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,45); }

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

background-color css

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

 a { background-color: rgb(150,186,45); }

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

border-color css

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

 span { border-color: rgb(150,186,45); }

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