Html Css Color HEX #96AC3F Limerick

📋 copy color: '#96AC3F'

red 150 ◦ green 172 ◦ blue 63

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

Shades of Limerick #96AC3F

Tints of Limerick #96AC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 38.96%
G = 44.68%
B = 16.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#96AC3F (or 0x96AC3F) is known color: Limerick. HEX triplet: 96, AC and 3F. RGB value is (150,172,63). Sum of RGB (Red+Green+Blue) = 150+172+63=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AC3F is #6953C0. Grayscale: #999999. Windows color (decimal): -6902721 or 4172950. OLE color: 4172950.

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

Color convert

RGB 150 172 63 -
CMYK 0.13 0 0.63 0.33
HSL 72.11º 0.46% 0.46% -
HSV(B) 72.11º 0.63% 0.67% -
XYZ 28.23 36.35 10.23 -
YUV 153 77.21 125.86 -
System Red Green Blue C M Y K H S L
Decimal 150 172 63 0.13 0 0.63 0.33 72.11 0.46 0.46
Hex 96 AC 3F D 0 3F 21 48 2E 2E
Octal 226 254 77 15 0 77 41 110 56 56
Binary 10010110 10101100 111111 1101 0 111111 100001 1001000 101110 101110

Color Harmonies of #96AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AC3F

Black with #96AC3F

Text Example


Text Example

White with #96AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,172,63); }

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

background-color css

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

 a { background-color: rgb(150,172,63); }

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

border-color css

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

 span { border-color: rgb(150,172,63); }

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