Html Css Color HEX #95B12D Limerick

📋 copy color: '#95B12D'

red 149 ◦ green 177 ◦ blue 45

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

Shades of Limerick #95B12D

Tints of Limerick #95B12D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.71%

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 40.16%
G = 47.71%
B = 12.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#95B12D (or 0x95B12D) is known color: Limerick. HEX triplet: 95, B1 and 2D. RGB value is (149,177,45). Sum of RGB (Red+Green+Blue) = 149+177+45=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #95B12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95B12D is #6A4ED2. Grayscale: #9A9A9A. Windows color (decimal): -6966995 or 2994581. OLE color: 2994581.

HSL color Cylindrical-coordinate representation of color #95B12D: hue angle of 72.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95B12D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 177 45 -
CMYK 0.16 0 0.75 0.31
HSL 72.73º 0.59% 0.44% -
HSV(B) 72.73º 0.75% 0.69% -
XYZ 28.59 38.02 8.31 -
YUV 153.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 149 177 45 0.16 0 0.75 0.31 72.73 0.59 0.44
Hex 95 B1 2D 10 0 4B 1F 49 3B 2C
Octal 225 261 55 20 0 113 37 111 73 54
Binary 10010101 10110001 101101 10000 0 1001011 11111 1001001 111011 101100

Color Harmonies of #95B12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B12D

Black with #95B12D

Text Example


Text Example

White with #95B12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,177,45); }

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

background-color css

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

 a { background-color: rgb(149,177,45); }

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

border-color css

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

 span { border-color: rgb(149,177,45); }

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