Html Css Color HEX #95BA1D Limerick

📋 copy color: '#95BA1D'

red 149 ◦ green 186 ◦ blue 29

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

Shades of Limerick #95BA1D

Tints of Limerick #95BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 40.93%
G = 51.1%
B = 7.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#95BA1D (or 0x95BA1D) is known color: Limerick. HEX triplet: 95, BA and 1D. RGB value is (149,186,29). Sum of RGB (Red+Green+Blue) = 149+186+29=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BA1D is #6A45E2. Grayscale: #9D9D9D. Windows color (decimal): -6964707 or 1948309. OLE color: 1948309.

HSL color Cylindrical-coordinate representation of color #95BA1D: hue angle of 74.14º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95BA1D is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 29 -
CMYK 0.20 0 0.84 0.27
HSL 74.14º 0.73% 0.42% -
HSV(B) 74.14º 0.84% 0.73% -
XYZ 30.18 41.6 7.6 -
YUV 157.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 149 186 29 0.20 0 0.84 0.27 74.14 0.73 0.42
Hex 95 BA 1D 14 0 54 1B 4A 49 2A
Octal 225 272 35 24 0 124 33 112 111 52
Binary 10010101 10111010 11101 10100 0 1010100 11011 1001010 1001001 101010

Color Harmonies of #95BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA1D

Black with #95BA1D

Text Example


Text Example

White with #95BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,186,29); }

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

background-color css

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

 a { background-color: rgb(149,186,29); }

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

border-color css

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

 span { border-color: rgb(149,186,29); }

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