Html Css Color HEX #9BAF40 Limerick

📋 copy color: '#9BAF40'

red 155 ◦ green 175 ◦ blue 64

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

Shades of Limerick #9BAF40

Tints of Limerick #9BAF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 39.34%
G = 44.42%
B = 16.24%

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

#9BAF40 (or 0x9BAF40) is known color: Limerick. HEX triplet: 9B, AF and 40. RGB value is (155,175,64). Sum of RGB (Red+Green+Blue) = 155+175+64=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF40 is #6450BF. Grayscale: #9C9C9C. Windows color (decimal): -6574272 or 4239259. OLE color: 4239259.

HSL color Cylindrical-coordinate representation of color #9BAF40: hue angle of 70.81º 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 #9BAF40 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 64 -
CMYK 0.11 0 0.63 0.31
HSL 70.81º 0.46% 0.47% -
HSV(B) 70.81º 0.63% 0.69% -
XYZ 29.77 38 10.62 -
YUV 156.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 155 175 64 0.11 0 0.63 0.31 70.81 0.46 0.47
Hex 9B AF 40 B 0 3F 1F 47 2E 2F
Octal 233 257 100 13 0 77 37 107 56 57
Binary 10011011 10101111 1000000 1011 0 111111 11111 1000111 101110 101111

Color Harmonies of #9BAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF40

Black with #9BAF40

Text Example


Text Example

White with #9BAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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