Html Css Color HEX #95B434 Limerick

📋 copy color: '#95B434'

red 149 ◦ green 180 ◦ blue 52

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

Shades of Limerick #95B434

Tints of Limerick #95B434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.24%

 BLUE value IS 52 (20.7% from 255) = 13.65%

R = 39.11%
G = 47.24%
B = 13.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#95B434 (or 0x95B434) is known color: Limerick. HEX triplet: 95, B4 and 34. RGB value is (149,180,52). Sum of RGB (Red+Green+Blue) = 149+180+52=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #95B434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B434 is #6A4BCB. Grayscale: #9C9C9C. Windows color (decimal): -6966220 or 3454101. OLE color: 3454101.

HSL color Cylindrical-coordinate representation of color #95B434: hue angle of 74.53º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95B434 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 180 52 -
CMYK 0.17 0 0.71 0.29
HSL 74.53º 0.55% 0.45% -
HSV(B) 74.53º 0.71% 0.71% -
XYZ 29.34 39.28 9.28 -
YUV 156.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 149 180 52 0.17 0 0.71 0.29 74.53 0.55 0.45
Hex 95 B4 34 11 0 47 1D 4B 37 2D
Octal 225 264 64 21 0 107 35 113 67 55
Binary 10010101 10110100 110100 10001 0 1000111 11101 1001011 110111 101101

Color Harmonies of #95B434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B434

Black with #95B434

Text Example


Text Example

White with #95B434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,180,52); }

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

background-color css

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

 a { background-color: rgb(149,180,52); }

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

border-color css

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

 span { border-color: rgb(149,180,52); }

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