Html Css Color HEX #95BD26 Limerick

📋 copy color: '#95BD26'

red 149 ◦ green 189 ◦ blue 38

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

Shades of Limerick #95BD26

Tints of Limerick #95BD26

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.27%

 BLUE value IS 38 (15.23% from 255) = 10.11%

R = 39.63%
G = 50.27%
B = 10.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#95BD26 (or 0x95BD26) is known color: Limerick. HEX triplet: 95, BD and 26. RGB value is (149,189,38). Sum of RGB (Red+Green+Blue) = 149+189+38=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD26 is #6A42D9. Grayscale: #A0A0A0. Windows color (decimal): -6963930 or 2538901. OLE color: 2538901.

HSL color Cylindrical-coordinate representation of color #95BD26: hue angle of 75.89º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95BD26 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 189 38 -
CMYK 0.21 0 0.80 0.26
HSL 75.89º 0.67% 0.45% -
HSV(B) 75.89º 0.8% 0.74% -
XYZ 30.94 42.92 8.49 -
YUV 159.83 59.25 120.28 -
System Red Green Blue C M Y K H S L
Decimal 149 189 38 0.21 0 0.80 0.26 75.89 0.67 0.45
Hex 95 BD 26 15 0 50 1A 4C 43 2D
Octal 225 275 46 25 0 120 32 114 103 55
Binary 10010101 10111101 100110 10101 0 1010000 11010 1001100 1000011 101101

Color Harmonies of #95BD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD26

Black with #95BD26

Text Example


Text Example

White with #95BD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,189,38); }

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

background-color css

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

 a { background-color: rgb(149,189,38); }

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

border-color css

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

 span { border-color: rgb(149,189,38); }

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