Html Css Color HEX #95A83E Limerick

📋 copy color: '#95A83E'

red 149 ◦ green 168 ◦ blue 62

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

Shades of Limerick #95A83E

Tints of Limerick #95A83E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.33%

 BLUE value IS 62 (24.61% from 255) = 16.36%

R = 39.31%
G = 44.33%
B = 16.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#95A83E (or 0x95A83E) is known color: Limerick. HEX triplet: 95, A8 and 3E. RGB value is (149,168,62). Sum of RGB (Red+Green+Blue) = 149+168+62=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 168 - color contains mainly: green. Hex color #95A83E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A83E is #6A57C1. Grayscale: #969696. Windows color (decimal): -6969282 or 4106389. OLE color: 4106389.

HSL color Cylindrical-coordinate representation of color #95A83E: hue angle of 70.75º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95A83E is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 168 62 -
CMYK 0.11 0 0.63 0.34
HSL 70.75º 0.46% 0.45% -
HSV(B) 70.75º 0.63% 0.66% -
XYZ 27.27 34.74 9.83 -
YUV 150.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 149 168 62 0.11 0 0.63 0.34 70.75 0.46 0.45
Hex 95 A8 3E B 0 3F 22 47 2E 2D
Octal 225 250 76 13 0 77 42 107 56 55
Binary 10010101 10101000 111110 1011 0 111111 100010 1000111 101110 101101

Color Harmonies of #95A83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A83E

Black with #95A83E

Text Example


Text Example

White with #95A83E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,168,62); }

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

background-color css

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

 a { background-color: rgb(149,168,62); }

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

border-color css

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

 span { border-color: rgb(149,168,62); }

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