#9ABC1B

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

Shades of Bahia #9ABC1B

Tints of Bahia #9ABC1B

Color information

#9ABC1B (or 0x9ABC1B) is unknown color: approx Bahia. HEX triplet: 9A, BC and 1B. RGB value is (154,188,27). Sum of RGB (Red+Green+Blue) = 154+188+27=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABC1B is #6543E4. Grayscale: #A0A0A0. Windows color (decimal): -6636517 or 1817754. OLE color: 1817754.

HSL color Cylindrical-coordinate representation of color #9ABC1B: hue angle of 72.67º 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 #9ABC1B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB15418827-
CMYK0.1800.860.26
HSL72.67º74.88%42.16%-
HSV(B)72.67º85.64%73.73%-
XYZ31.5142.927.66-
YUV159.4853.24124.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 188 (73.83% from 255) = 50.95%
BLUE value IS 27 (10.94% from 255) = 7.32%
R=41.73%
G=50.95%
B=7.32%

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
Decimal154188270.1800.860.2672.6774.8842.16
Hex9ABC1B120561A494b2a
Octal232274332201263211111352
Binary10011010101111001101110010010101101101010010011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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