Html Css Color HEX #96AA27 Limerick

📋 copy color: '#96AA27'

red 150 ◦ green 170 ◦ blue 39

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

Shades of Limerick #96AA27

Tints of Limerick #96AA27

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.35%

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

R = 41.78%
G = 47.35%
B = 10.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#96AA27 (or 0x96AA27) is known color: Limerick. HEX triplet: 96, AA and 27. RGB value is (150,170,39). Sum of RGB (Red+Green+Blue) = 150+170+39=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AA27 is #6955D8. Grayscale: #959595. Windows color (decimal): -6903257 or 2599574. OLE color: 2599574.

HSL color Cylindrical-coordinate representation of color #96AA27: hue angle of 69.16º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96AA27 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 170 39 -
CMYK 0.12 0 0.77 0.33
HSL 69.16º 0.63% 0.41% -
HSV(B) 69.16º 0.77% 0.67% -
XYZ 27.32 35.38 7.31 -
YUV 149.09 65.87 128.65 -
System Red Green Blue C M Y K H S L
Decimal 150 170 39 0.12 0 0.77 0.33 69.16 0.63 0.41
Hex 96 AA 27 C 0 4D 21 45 3F 29
Octal 226 252 47 14 0 115 41 105 77 51
Binary 10010110 10101010 100111 1100 0 1001101 100001 1000101 111111 101001

Color Harmonies of #96AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AA27

Black with #96AA27

Text Example


Text Example

White with #96AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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