Html Css Color HEX #96BA27 Limerick

📋 copy color: '#96BA27'

red 150 ◦ green 186 ◦ blue 39

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

Shades of Limerick #96BA27

Tints of Limerick #96BA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.6%

 BLUE value IS 39 (15.63% from 255) = 10.4%

R = 40%
G = 49.6%
B = 10.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#96BA27 (or 0x96BA27) is known color: Limerick. HEX triplet: 96, BA and 27. RGB value is (150,186,39). Sum of RGB (Red+Green+Blue) = 150+186+39=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA27 is #6945D8. Grayscale: #9F9F9F. Windows color (decimal): -6899161 or 2603670. OLE color: 2603670.

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

Color convert

RGB 150 186 39 -
CMYK 0.19 0 0.79 0.27
HSL 74.69º 0.65% 0.44% -
HSV(B) 74.69º 0.79% 0.73% -
XYZ 30.5 41.75 8.37 -
YUV 158.48 60.57 121.95 -
System Red Green Blue C M Y K H S L
Decimal 150 186 39 0.19 0 0.79 0.27 74.69 0.65 0.44
Hex 96 BA 27 13 0 4F 1B 4B 41 2C
Octal 226 272 47 23 0 117 33 113 101 54
Binary 10010110 10111010 100111 10011 0 1001111 11011 1001011 1000001 101100

Color Harmonies of #96BA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA27

Black with #96BA27

Text Example


Text Example

White with #96BA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,39); }

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

background-color css

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

 a { background-color: rgb(150,186,39); }

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

border-color css

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

 span { border-color: rgb(150,186,39); }

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