Html Css Color HEX #9BAF3E Limerick

📋 copy color: '#9BAF3E'

red 155 ◦ green 175 ◦ blue 62

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

Shades of Limerick #9BAF3E

Tints of Limerick #9BAF3E

RGB

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

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

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

R = 39.54%
G = 44.64%
B = 15.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#9BAF3E (or 0x9BAF3E) is known color: Limerick. HEX triplet: 9B, AF and 3E. RGB value is (155,175,62). Sum of RGB (Red+Green+Blue) = 155+175+62=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF3E is #6450C1. Grayscale: #9C9C9C. Windows color (decimal): -6574274 or 4108187. OLE color: 4108187.

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

Color convert

RGB 155 175 62 -
CMYK 0.11 0 0.65 0.31
HSL 70.62º 0.48% 0.46% -
HSV(B) 70.62º 0.65% 0.69% -
XYZ 29.72 37.98 10.32 -
YUV 156.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 155 175 62 0.11 0 0.65 0.31 70.62 0.48 0.46
Hex 9B AF 3E B 0 41 1F 47 30 2E
Octal 233 257 76 13 0 101 37 107 60 56
Binary 10011011 10101111 111110 1011 0 1000001 11111 1000111 110000 101110

Color Harmonies of #9BAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF3E

Black with #9BAF3E

Text Example


Text Example

White with #9BAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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