#9BB623

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

Shades of Bahia #9BB623

Tints of Bahia #9BB623

Color information

#9BB623 (or 0x9BB623) is unknown color: approx Bahia. HEX triplet: 9B, B6 and 23. RGB value is (155,182,35). Sum of RGB (Red+Green+Blue) = 155+182+35=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BB623 is #6449DC. Grayscale: #9D9D9D. Windows color (decimal): -6572509 or 2340507. OLE color: 2340507.

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

Color convert

RGB15518235-
CMYK0.1500.810.29
HSL71.02º67.74%42.55%-
HSV(B)71.02º80.77%71.37%-
XYZ30.5540.557.81-
YUV157.1759.05126.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.67%
GREEN value IS 182 (71.48% from 255) = 48.92%
BLUE value IS 35 (14.06% from 255) = 9.41%
R=41.67%
G=48.92%
B=9.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155182350.1500.810.2971.0267.7442.55
Hex9BB623F0511D47442b
Octal233266431701213510710453
Binary10011011101101101000111111010100011110110001111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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