Html Css Color HEX #96B430 Limerick

📋 copy color: '#96B430'

red 150 ◦ green 180 ◦ blue 48

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

Shades of Limerick #96B430

Tints of Limerick #96B430

RGB

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

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

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

R = 39.68%
G = 47.62%
B = 12.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#96B430 (or 0x96B430) is known color: Limerick. HEX triplet: 96, B4 and 30. RGB value is (150,180,48). Sum of RGB (Red+Green+Blue) = 150+180+48=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #96B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B430 is #694BCF. Grayscale: #9C9C9C. Windows color (decimal): -6900688 or 3191958. OLE color: 3191958.

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

Color convert

RGB 150 180 48 -
CMYK 0.17 0 0.73 0.29
HSL 73.64º 0.58% 0.45% -
HSV(B) 73.64º 0.73% 0.71% -
XYZ 29.43 39.34 8.84 -
YUV 155.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 150 180 48 0.17 0 0.73 0.29 73.64 0.58 0.45
Hex 96 B4 30 11 0 49 1D 4A 3A 2D
Octal 226 264 60 21 0 111 35 112 72 55
Binary 10010110 10110100 110000 10001 0 1001001 11101 1001010 111010 101101

Color Harmonies of #96B430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B430

Black with #96B430

Text Example


Text Example

White with #96B430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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