Html Css Color HEX #96B42B Limerick

📋 copy color: '#96B42B'

red 150 ◦ green 180 ◦ blue 43

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

Shades of Limerick #96B42B

Tints of Limerick #96B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.26%

 BLUE value IS 43 (17.19% from 255) = 11.53%

R = 40.21%
G = 48.26%
B = 11.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#96B42B (or 0x96B42B) is known color: Limerick. HEX triplet: 96, B4 and 2B. RGB value is (150,180,43). Sum of RGB (Red+Green+Blue) = 150+180+43=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #96B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B42B is #694BD4. Grayscale: #9B9B9B. Windows color (decimal): -6900693 or 2864278. OLE color: 2864278.

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

Color convert

RGB 150 180 43 -
CMYK 0.17 0 0.76 0.29
HSL 73.14º 0.61% 0.44% -
HSV(B) 73.14º 0.76% 0.71% -
XYZ 29.33 39.3 8.33 -
YUV 155.41 64.56 124.14 -
System Red Green Blue C M Y K H S L
Decimal 150 180 43 0.17 0 0.76 0.29 73.14 0.61 0.44
Hex 96 B4 2B 11 0 4C 1D 49 3D 2C
Octal 226 264 53 21 0 114 35 111 75 54
Binary 10010110 10110100 101011 10001 0 1001100 11101 1001001 111101 101100

Color Harmonies of #96B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B42B

Black with #96B42B

Text Example


Text Example

White with #96B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,43); }

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

background-color css

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

 a { background-color: rgb(150,180,43); }

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

border-color css

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

 span { border-color: rgb(150,180,43); }

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