Html Css Color HEX #9BAE3E Limerick

📋 copy color: '#9BAE3E'

red 155 ◦ green 174 ◦ blue 62

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

Shades of Limerick #9BAE3E

Tints of Limerick #9BAE3E

RGB

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

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

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

R = 39.64%
G = 44.5%
B = 15.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#9BAE3E (or 0x9BAE3E) is known color: Limerick. HEX triplet: 9B, AE and 3E. RGB value is (155,174,62). Sum of RGB (Red+Green+Blue) = 155+174+62=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE3E is #6451C1. Grayscale: #9B9B9B. Windows color (decimal): -6574530 or 4107931. OLE color: 4107931.

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

Color convert

RGB 155 174 62 -
CMYK 0.11 0 0.64 0.32
HSL 70.18º 0.47% 0.46% -
HSV(B) 70.18º 0.64% 0.68% -
XYZ 29.52 37.59 10.26 -
YUV 155.55 75.21 127.61 -
System Red Green Blue C M Y K H S L
Decimal 155 174 62 0.11 0 0.64 0.32 70.18 0.47 0.46
Hex 9B AE 3E B 0 40 20 46 2F 2E
Octal 233 256 76 13 0 100 40 106 57 56
Binary 10011011 10101110 111110 1011 0 1000000 100000 1000110 101111 101110

Color Harmonies of #9BAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE3E

Black with #9BAE3E

Text Example


Text Example

White with #9BAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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