Html Css Color HEX #96B735 Limerick

📋 copy color: '#96B735'

red 150 ◦ green 183 ◦ blue 53

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

Shades of Limerick #96B735

Tints of Limerick #96B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

 BLUE value IS 53 (21.09% from 255) = 13.73%

R = 38.86%
G = 47.41%
B = 13.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#96B735 (or 0x96B735) is known color: Limerick. HEX triplet: 96, B7 and 35. RGB value is (150,183,53). Sum of RGB (Red+Green+Blue) = 150+183+53=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #96B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B735 is #6948CA. Grayscale: #9E9E9E. Windows color (decimal): -6899915 or 3520406. OLE color: 3520406.

HSL color Cylindrical-coordinate representation of color #96B735: hue angle of 75.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96B735 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 53 -
CMYK 0.18 0 0.71 0.28
HSL 75.23º 0.55% 0.46% -
HSV(B) 75.23º 0.71% 0.72% -
XYZ 30.15 40.61 9.62 -
YUV 158.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 150 183 53 0.18 0 0.71 0.28 75.23 0.55 0.46
Hex 96 B7 35 12 0 47 1C 4B 37 2E
Octal 226 267 65 22 0 107 34 113 67 56
Binary 10010110 10110111 110101 10010 0 1000111 11100 1001011 110111 101110

Color Harmonies of #96B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B735

Black with #96B735

Text Example


Text Example

White with #96B735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,183,53); }

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

background-color css

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

 a { background-color: rgb(150,183,53); }

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

border-color css

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

 span { border-color: rgb(150,183,53); }

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