Html Css Color HEX #95A533 Limerick

📋 copy color: '#95A533'

red 149 ◦ green 165 ◦ blue 51

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

Shades of Limerick #95A533

Tints of Limerick #95A533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.21%

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 40.82%
G = 45.21%
B = 13.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#95A533 (or 0x95A533) is known color: Limerick. HEX triplet: 95, A5 and 33. RGB value is (149,165,51). Sum of RGB (Red+Green+Blue) = 149+165+51=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #95A533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A533 is #6A5ACC. Grayscale: #939393. Windows color (decimal): -6970061 or 3384725. OLE color: 3384725.

HSL color Cylindrical-coordinate representation of color #95A533: hue angle of 68.42º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95A533 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 165 51 -
CMYK 0.10 0 0.69 0.35
HSL 68.42º 0.53% 0.42% -
HSV(B) 68.42º 0.69% 0.65% -
XYZ 26.45 33.54 8.21 -
YUV 147.22 73.7 129.27 -
System Red Green Blue C M Y K H S L
Decimal 149 165 51 0.10 0 0.69 0.35 68.42 0.53 0.42
Hex 95 A5 33 A 0 45 23 44 35 2A
Octal 225 245 63 12 0 105 43 104 65 52
Binary 10010101 10100101 110011 1010 0 1000101 100011 1000100 110101 101010

Color Harmonies of #95A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A533

Black with #95A533

Text Example


Text Example

White with #95A533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,165,51); }

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

background-color css

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

 a { background-color: rgb(149,165,51); }

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

border-color css

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

 span { border-color: rgb(149,165,51); }

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