Html Css Color HEX #95B323 Limerick

📋 copy color: '#95B323'

red 149 ◦ green 179 ◦ blue 35

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

Shades of Limerick #95B323

Tints of Limerick #95B323

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

 BLUE value IS 35 (14.06% from 255) = 9.64%

R = 41.05%
G = 49.31%
B = 9.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#95B323 (or 0x95B323) is known color: Limerick. HEX triplet: 95, B3 and 23. RGB value is (149,179,35). Sum of RGB (Red+Green+Blue) = 149+179+35=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #95B323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B323 is #6A4CDC. Grayscale: #9A9A9A. Windows color (decimal): -6966493 or 2339733. OLE color: 2339733.

HSL color Cylindrical-coordinate representation of color #95B323: hue angle of 72.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95B323 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 179 35 -
CMYK 0.17 0 0.80 0.30
HSL 72.5º 0.67% 0.42% -
HSV(B) 72.5º 0.8% 0.7% -
XYZ 28.82 38.75 7.55 -
YUV 153.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 149 179 35 0.17 0 0.80 0.30 72.5 0.67 0.42
Hex 95 B3 23 11 0 50 1E 48 43 2A
Octal 225 263 43 21 0 120 36 110 103 52
Binary 10010101 10110011 100011 10001 0 1010000 11110 1001000 1000011 101010

Color Harmonies of #95B323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B323

Black with #95B323

Text Example


Text Example

White with #95B323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,179,35); }

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

background-color css

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

 a { background-color: rgb(149,179,35); }

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

border-color css

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

 span { border-color: rgb(149,179,35); }

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