Html Css Color HEX #9BAE41 Limerick

📋 copy color: '#9BAE41'

red 155 ◦ green 174 ◦ blue 65

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

Shades of Limerick #9BAE41

Tints of Limerick #9BAE41

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.16%

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

R = 39.34%
G = 44.16%
B = 16.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#9BAE41 (or 0x9BAE41) is known color: Limerick. HEX triplet: 9B, AE and 41. RGB value is (155,174,65). Sum of RGB (Red+Green+Blue) = 155+174+65=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE41 is #6451BE. Grayscale: #9C9C9C. Windows color (decimal): -6574527 or 4304539. OLE color: 4304539.

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

Color convert

RGB 155 174 65 -
CMYK 0.11 0 0.63 0.32
HSL 70.46º 0.46% 0.47% -
HSV(B) 70.46º 0.63% 0.68% -
XYZ 29.61 37.62 10.7 -
YUV 155.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 155 174 65 0.11 0 0.63 0.32 70.46 0.46 0.47
Hex 9B AE 41 B 0 3F 20 46 2E 2F
Octal 233 256 101 13 0 77 40 106 56 57
Binary 10011011 10101110 1000001 1011 0 111111 100000 1000110 101110 101111

Color Harmonies of #9BAE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE41

Black with #9BAE41

Text Example


Text Example

White with #9BAE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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