Html Css Color HEX #95A92F Limerick

📋 copy color: '#95A92F'

red 149 ◦ green 169 ◦ blue 47

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

Shades of Limerick #95A92F

Tints of Limerick #95A92F

RGB

 RED value IS 149 (58.59% from 255) = 40.82%

 GREEN value IS 169 (66.41% from 255) = 46.3%

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 40.82%
G = 46.3%
B = 12.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#95A92F (or 0x95A92F) is known color: Limerick. HEX triplet: 95, A9 and 2F. RGB value is (149,169,47). Sum of RGB (Red+Green+Blue) = 149+169+47=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #95A92F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A92F is #6A56D0. Grayscale: #959595. Windows color (decimal): -6969041 or 3123605. OLE color: 3123605.

HSL color Cylindrical-coordinate representation of color #95A92F: hue angle of 69.84º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95A92F is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 169 47 -
CMYK 0.12 0 0.72 0.34
HSL 69.84º 0.56% 0.42% -
HSV(B) 69.84º 0.72% 0.66% -
XYZ 27.1 34.97 8.01 -
YUV 149.11 70.37 127.92 -
System Red Green Blue C M Y K H S L
Decimal 149 169 47 0.12 0 0.72 0.34 69.84 0.56 0.42
Hex 95 A9 2F C 0 48 22 46 38 2A
Octal 225 251 57 14 0 110 42 106 70 52
Binary 10010101 10101001 101111 1100 0 1001000 100010 1000110 111000 101010

Color Harmonies of #95A92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A92F

Black with #95A92F

Text Example


Text Example

White with #95A92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A92F; }

 p { color: rgb(149,169,47); }

 H1.HeaderClassName
 {
   color: #95A92F;
 }
 .AnyTagClassName
 {
   color: #95A92F;
 }
</style>

background-color css

<style>
 a { background-color: #95A92F; }

 a { background-color: rgb(149,169,47); }

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

border-color css

<style>
 span { border-color: #95A92F; }

 span { border-color: rgb(149,169,47); }

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