#9BB626

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

Shades of Bahia #9BB626

Tints of Bahia #9BB626

Color information

#9BB626 (or 0x9BB626) is unknown color: approx Bahia. HEX triplet: 9B, B6 and 26. RGB value is (155,182,38). Sum of RGB (Red+Green+Blue) = 155+182+38=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB626 is #6449D9. Grayscale: #9E9E9E. Windows color (decimal): -6572506 or 2537115. OLE color: 2537115.

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

Color convert

RGB15518238-
CMYK0.1500.790.29
HSL71.25º65.45%43.14%-
HSV(B)71.25º79.12%71.37%-
XYZ30.640.568.05-
YUV157.5160.55126.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 38 (15.23% from 255) = 10.13%
R=41.33%
G=48.53%
B=10.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155182380.1500.790.2971.2565.4543.14
Hex9BB626F04F1D47412b
Octal233266461701173510710153
Binary10011011101101101001101111010011111110110001111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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