Html Css Color HEX #9BB82D Limerick

📋 copy color: '#9BB82D'

red 155 ◦ green 184 ◦ blue 45

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

Shades of Limerick #9BB82D

Tints of Limerick #9BB82D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.92%

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 40.36%
G = 47.92%
B = 11.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#9BB82D (or 0x9BB82D) is known color: Limerick. HEX triplet: 9B, B8 and 2D. RGB value is (155,184,45). Sum of RGB (Red+Green+Blue) = 155+184+45=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB82D is #6447D2. Grayscale: #A0A0A0. Windows color (decimal): -6571987 or 2996379. OLE color: 2996379.

HSL color Cylindrical-coordinate representation of color #9BB82D: hue angle of 72.52º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BB82D is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 45 -
CMYK 0.16 0 0.76 0.28
HSL 72.52º 0.61% 0.45% -
HSV(B) 72.52º 0.76% 0.72% -
XYZ 31.13 41.44 8.84 -
YUV 159.48 63.39 124.8 -
System Red Green Blue C M Y K H S L
Decimal 155 184 45 0.16 0 0.76 0.28 72.52 0.61 0.45
Hex 9B B8 2D 10 0 4C 1C 49 3D 2D
Octal 233 270 55 20 0 114 34 111 75 55
Binary 10011011 10111000 101101 10000 0 1001100 11100 1001001 111101 101101

Color Harmonies of #9BB82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB82D

Black with #9BB82D

Text Example


Text Example

White with #9BB82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,184,45); }

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

background-color css

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

 a { background-color: rgb(155,184,45); }

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

border-color css

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

 span { border-color: rgb(155,184,45); }

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