#9BBC1B

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

Shades of Bahia #9BBC1B

Tints of Bahia #9BBC1B

Color information

#9BBC1B (or 0x9BBC1B) is unknown color: approx Bahia. HEX triplet: 9B, BC and 1B. RGB value is (155,188,27). Sum of RGB (Red+Green+Blue) = 155+188+27=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC1B is #6443E4. Grayscale: #A0A0A0. Windows color (decimal): -6570981 or 1817755. OLE color: 1817755.

HSL color Cylindrical-coordinate representation of color #9BBC1B: hue angle of 72.3º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BBC1B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB15518827-
CMYK0.1800.860.26
HSL72.3º74.88%42.16%-
HSV(B)72.3º85.64%73.73%-
XYZ31.743.017.67-
YUV159.7853.07124.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 188 (73.83% from 255) = 50.81%
BLUE value IS 27 (10.94% from 255) = 7.30%
R=41.89%
G=50.81%
B=7.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal155188270.1800.860.2672.374.8842.16
Hex9BBC1B120561A484b2a
Octal233274332201263211011352
Binary10011011101111001101110010010101101101010010001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,27); }

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

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

 a { background-color: rgb(155,188,27); }

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

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

 span { border-color: rgb(155,188,27); }

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