Html Css Color HEX #95AF1B Limerick

📋 copy color: '#95AF1B'

red 149 ◦ green 175 ◦ blue 27

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

Shades of Limerick #95AF1B

Tints of Limerick #95AF1B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.86%

 BLUE value IS 27 (10.94% from 255) = 7.69%

R = 42.45%
G = 49.86%
B = 7.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#95AF1B (or 0x95AF1B) is known color: Limerick. HEX triplet: 95, AF and 1B. RGB value is (149,175,27). Sum of RGB (Red+Green+Blue) = 149+175+27=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AF1B is #6A50E4. Grayscale: #969696. Windows color (decimal): -6967525 or 1814421. OLE color: 1814421.

HSL color Cylindrical-coordinate representation of color #95AF1B: hue angle of 70.54º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95AF1B is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 175 27 -
CMYK 0.15 0 0.85 0.31
HSL 70.54º 0.73% 0.4% -
HSV(B) 70.54º 0.85% 0.69% -
XYZ 27.92 37.13 6.73 -
YUV 150.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 149 175 27 0.15 0 0.85 0.31 70.54 0.73 0.4
Hex 95 AF 1B F 0 55 1F 47 49 28
Octal 225 257 33 17 0 125 37 107 111 50
Binary 10010101 10101111 11011 1111 0 1010101 11111 1000111 1001001 101000

Color Harmonies of #95AF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AF1B

Black with #95AF1B

Text Example


Text Example

White with #95AF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,175,27); }

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

background-color css

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

 a { background-color: rgb(149,175,27); }

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

border-color css

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

 span { border-color: rgb(149,175,27); }

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