Html Css Color HEX #9BAA3D Limerick

📋 copy color: '#9BAA3D'

red 155 ◦ green 170 ◦ blue 61

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

Shades of Limerick #9BAA3D

Tints of Limerick #9BAA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.04%

 BLUE value IS 61 (24.22% from 255) = 15.8%

R = 40.16%
G = 44.04%
B = 15.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#9BAA3D (or 0x9BAA3D) is known color: Limerick. HEX triplet: 9B, AA and 3D. RGB value is (155,170,61). Sum of RGB (Red+Green+Blue) = 155+170+61=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA3D is #6455C2. Grayscale: #999999. Windows color (decimal): -6575555 or 4041371. OLE color: 4041371.

HSL color Cylindrical-coordinate representation of color #9BAA3D: hue angle of 68.26º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BAA3D is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 170 61 -
CMYK 0.09 0 0.64 0.33
HSL 68.26º 0.47% 0.45% -
HSV(B) 68.26º 0.64% 0.67% -
XYZ 28.73 36.05 9.86 -
YUV 153.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 155 170 61 0.09 0 0.64 0.33 68.26 0.47 0.45
Hex 9B AA 3D 9 0 40 21 44 2F 2D
Octal 233 252 75 11 0 100 41 104 57 55
Binary 10011011 10101010 111101 1001 0 1000000 100001 1000100 101111 101101

Color Harmonies of #9BAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAA3D

Black with #9BAA3D

Text Example


Text Example

White with #9BAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,170,61); }

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

background-color css

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

 a { background-color: rgb(155,170,61); }

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

border-color css

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

 span { border-color: rgb(155,170,61); }

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