#9ABC1F

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

Shades of Bahia #9ABC1F

Tints of Bahia #9ABC1F

Color information

#9ABC1F (or 0x9ABC1F) is unknown color: approx Bahia. HEX triplet: 9A, BC and 1F. RGB value is (154,188,31). Sum of RGB (Red+Green+Blue) = 154+188+31=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABC1F is #6543E0. Grayscale: #A0A0A0. Windows color (decimal): -6636513 or 2079898. OLE color: 2079898.

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

Color convert

RGB15418831-
CMYK0.1800.840.26
HSL72.99º71.69%42.94%-
HSV(B)72.99º83.51%73.73%-
XYZ31.5642.947.92-
YUV159.9455.24123.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.29%
GREEN value IS 188 (73.83% from 255) = 50.40%
BLUE value IS 31 (12.5% from 255) = 8.31%
R=41.29%
G=50.40%
B=8.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154188310.1800.840.2672.9971.6942.94
Hex9ABC1F120541A49482b
Octal232274372201243211111053
Binary10011010101111001111110010010101001101010010011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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