Html Css Color HEX #95B430 Limerick

📋 copy color: '#95B430'

red 149 ◦ green 180 ◦ blue 48

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

Shades of Limerick #95B430

Tints of Limerick #95B430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 39.52%
G = 47.75%
B = 12.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#95B430 (or 0x95B430) is known color: Limerick. HEX triplet: 95, B4 and 30. RGB value is (149,180,48). Sum of RGB (Red+Green+Blue) = 149+180+48=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #95B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B430 is #6A4BCF. Grayscale: #9C9C9C. Windows color (decimal): -6966224 or 3191957. OLE color: 3191957.

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

Color convert

RGB 149 180 48 -
CMYK 0.17 0 0.73 0.29
HSL 74.09º 0.58% 0.45% -
HSV(B) 74.09º 0.73% 0.71% -
XYZ 29.25 39.25 8.83 -
YUV 155.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 149 180 48 0.17 0 0.73 0.29 74.09 0.58 0.45
Hex 95 B4 30 11 0 49 1D 4A 3A 2D
Octal 225 264 60 21 0 111 35 112 72 55
Binary 10010101 10110100 110000 10001 0 1001001 11101 1001010 111010 101101

Color Harmonies of #95B430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B430

Black with #95B430

Text Example


Text Example

White with #95B430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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