#9BB62B

Color #9BB62B Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #9BB62B

Tints of Limerick #9BB62B

Color information

#9BB62B (or 0x9BB62B) is unknown color: approx Limerick. HEX triplet: 9B, B6 and 2B. RGB value is (155,182,43). Sum of RGB (Red+Green+Blue) = 155+182+43=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB62B is #6449D4. Grayscale: #9E9E9E. Windows color (decimal): -6572501 or 2864795. OLE color: 2864795.

HSL color Cylindrical-coordinate representation of color #9BB62B: hue angle of 71.65º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BB62B is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB15518243-
CMYK0.1500.760.29
HSL71.65º61.78%44.12%-
HSV(B)71.65º76.37%71.37%-
XYZ30.6840.68.5-
YUV158.0863.05125.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 182 (71.48% from 255) = 47.89%
BLUE value IS 43 (17.19% from 255) = 11.32%
R=40.79%
G=47.89%
B=11.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155182430.1500.760.2971.6561.7844.12
Hex9BB62BF04C1D483e2c
Octal23326653170114351107654
Binary1001101110110110101011111101001100111011001000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,43); }

 H1.HeaderClassName
 {
   color: #9BB62B;
 }
 .AnyTagClassName
 {
   color: #9BB62B;
 }
</style>
background-color css

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

 a { background-color: rgb(155,182,43); }

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

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

 span { border-color: rgb(155,182,43); }

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