Html Css Color HEX #96B030 Limerick

📋 copy color: '#96B030'

red 150 ◦ green 176 ◦ blue 48

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

Shades of Limerick #96B030

Tints of Limerick #96B030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.06%

 BLUE value IS 48 (19.14% from 255) = 12.83%

R = 40.11%
G = 47.06%
B = 12.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#96B030 (or 0x96B030) is known color: Limerick. HEX triplet: 96, B0 and 30. RGB value is (150,176,48). Sum of RGB (Red+Green+Blue) = 150+176+48=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #96B030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B030 is #694FCF. Grayscale: #9A9A9A. Windows color (decimal): -6901712 or 3190934. OLE color: 3190934.

HSL color Cylindrical-coordinate representation of color #96B030: hue angle of 72.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96B030 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 176 48 -
CMYK 0.15 0 0.73 0.31
HSL 72.19º 0.57% 0.44% -
HSV(B) 72.19º 0.73% 0.69% -
XYZ 28.64 37.75 8.57 -
YUV 153.63 68.39 125.41 -
System Red Green Blue C M Y K H S L
Decimal 150 176 48 0.15 0 0.73 0.31 72.19 0.57 0.44
Hex 96 B0 30 F 0 49 1F 48 39 2C
Octal 226 260 60 17 0 111 37 110 71 54
Binary 10010110 10110000 110000 1111 0 1001001 11111 1001000 111001 101100

Color Harmonies of #96B030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B030

Black with #96B030

Text Example


Text Example

White with #96B030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,176,48); }

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

background-color css

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

 a { background-color: rgb(150,176,48); }

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

border-color css

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

 span { border-color: rgb(150,176,48); }

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