#9BB51D

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

Shades of Bahia #9BB51D

Tints of Bahia #9BB51D

Color information

#9BB51D (or 0x9BB51D) is unknown color: approx Bahia. HEX triplet: 9B, B5 and 1D. RGB value is (155,181,29). Sum of RGB (Red+Green+Blue) = 155+181+29=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB51D is #644AE2. Grayscale: #9C9C9C. Windows color (decimal): -6572771 or 1947035. OLE color: 1947035.

HSL color Cylindrical-coordinate representation of color #9BB51D: hue angle of 70.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BB51D is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB15518129-
CMYK0.1400.840.29
HSL70.26º72.38%41.18%-
HSV(B)70.26º83.98%70.98%-
XYZ30.2640.117.31-
YUV155.956.39127.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 181 (71.09% from 255) = 49.59%
BLUE value IS 29 (11.72% from 255) = 7.95%
R=42.47%
G=49.59%
B=7.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155181290.1400.840.2970.2672.3841.18
Hex9BB51DE0541D464829
Octal233265351601243510611051
Binary1001101110110101111011110010101001110110001101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,29); }

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

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

 a { background-color: rgb(155,181,29); }

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

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

 span { border-color: rgb(155,181,29); }

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