Html Css Color HEX #9BAF41 Limerick

📋 copy color: '#9BAF41'

red 155 ◦ green 175 ◦ blue 65

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

Shades of Limerick #9BAF41

Tints of Limerick #9BAF41

RGB

 RED value IS 155 (60.94% from 255) = 39.24%

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

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 39.24%
G = 44.3%
B = 16.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#9BAF41 (or 0x9BAF41) is known color: Limerick. HEX triplet: 9B, AF and 41. RGB value is (155,175,65). Sum of RGB (Red+Green+Blue) = 155+175+65=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF41 is #6450BE. Grayscale: #9C9C9C. Windows color (decimal): -6574271 or 4304795. OLE color: 4304795.

HSL color Cylindrical-coordinate representation of color #9BAF41: hue angle of 70.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BAF41 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 65 -
CMYK 0.11 0 0.63 0.31
HSL 70.91º 0.46% 0.47% -
HSV(B) 70.91º 0.63% 0.69% -
XYZ 29.8 38.01 10.77 -
YUV 156.48 76.37 126.94 -
System Red Green Blue C M Y K H S L
Decimal 155 175 65 0.11 0 0.63 0.31 70.91 0.46 0.47
Hex 9B AF 41 B 0 3F 1F 47 2E 2F
Octal 233 257 101 13 0 77 37 107 56 57
Binary 10011011 10101111 1000001 1011 0 111111 11111 1000111 101110 101111

Color Harmonies of #9BAF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF41

Black with #9BAF41

Text Example


Text Example

White with #9BAF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BAF41; }

 p { color: rgb(155,175,65); }

 H1.HeaderClassName
 {
   color: #9BAF41;
 }
 .AnyTagClassName
 {
   color: #9BAF41;
 }
</style>

background-color css

<style>
 a { background-color: #9BAF41; }

 a { background-color: rgb(155,175,65); }

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

border-color css

<style>
 span { border-color: #9BAF41; }

 span { border-color: rgb(155,175,65); }

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