Html Css Color HEX #96B925 Limerick

📋 copy color: '#96B925'

red 150 ◦ green 185 ◦ blue 37

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

Shades of Limerick #96B925

Tints of Limerick #96B925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.73%

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 40.32%
G = 49.73%
B = 9.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#96B925 (or 0x96B925) is known color: Limerick. HEX triplet: 96, B9 and 25. RGB value is (150,185,37). Sum of RGB (Red+Green+Blue) = 150+185+37=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #96B925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B925 is #6946DA. Grayscale: #9E9E9E. Windows color (decimal): -6899419 or 2472342. OLE color: 2472342.

HSL color Cylindrical-coordinate representation of color #96B925: hue angle of 74.19º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96B925 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 37 -
CMYK 0.19 0 0.80 0.27
HSL 74.19º 0.67% 0.44% -
HSV(B) 74.19º 0.8% 0.73% -
XYZ 30.26 41.32 8.13 -
YUV 157.66 59.9 122.53 -
System Red Green Blue C M Y K H S L
Decimal 150 185 37 0.19 0 0.80 0.27 74.19 0.67 0.44
Hex 96 B9 25 13 0 50 1B 4A 43 2C
Octal 226 271 45 23 0 120 33 112 103 54
Binary 10010110 10111001 100101 10011 0 1010000 11011 1001010 1000011 101100

Color Harmonies of #96B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B925

Black with #96B925

Text Example


Text Example

White with #96B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,37); }

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

background-color css

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

 a { background-color: rgb(150,185,37); }

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

border-color css

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

 span { border-color: rgb(150,185,37); }

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